various 5.7 test and tool compatibility fixes

This commit is contained in:
frank-cizmich
2015-12-24 09:49:17 -03:00
parent 9616c8a415
commit 6433c99713
11 changed files with 343 additions and 43 deletions

View File

@@ -161,7 +161,7 @@ $output = output(
my $t = time - $t0;
ok(
$t >= 2 && $t <= ($ENV{PERCONA_SLOW_BOX} ? 5 : 3),
$t >= 2 && $t <= ($ENV{PERCONA_SLOW_BOX} ? 8 : 3),
"--sleep between SELECT (bug 979092)"
) or diag($output, "t=", $t);