Fixed pt-mysql-summary & pt-upgrade tests

This commit is contained in:
Carlos Salguero
2017-01-18 11:12:07 -03:00
parent c97d690e9e
commit 972c810962
8 changed files with 2 additions and 26 deletions

View File

@@ -73,7 +73,7 @@ for my $i (2..7) {
no_diff(
sub {
local $ENV{_NO_FALSE_NEGATIVES} = 1;
print `$env $trunk/bin/$tool --read-samples $trunk/t/pt-mysql-summary/samples/temp00$i -- --defaults-file=/tmp/12345/my.sandbox.cnf | tail -n+3 | perl -wlnpe 's/Skipping schema analysis.*/Specify --databases or --all-databases to dump and summarize schemas/'`
print `$env $trunk/bin/$tool --read-samples $trunk/t/pt-mysql-summary/samples/temp00$i -- --defaults-file=/tmp/12345/my.sandbox.cnf | tail -n+3 | perl -wlnpe 's/Skipping schema analysis.*/Specify --databases or --all-databases to dump and summarize schemas/' | grep -v jemalloc`
},
"t/pt-mysql-summary/samples/expected_output_temp00$i.txt",
),