More tests for 5.7 fixed

This commit is contained in:
Carlos Salguero
2017-04-28 17:15:53 -03:00
parent fcd1cb173f
commit e6e54839bf
14 changed files with 67 additions and 45 deletions

View File

@@ -82,6 +82,7 @@ ok(
# large that all tables will be done in a single chunk without an index.
# Since this varies by default, there's no use checking the checksums
# other than to ensure that there's at least one for each table.
# 2
$row = $master_dbh->selectrow_arrayref("select count(*) from percona.checksums");
my $max_chunks = $sandbox_version < '5.7' ? 60 : 100;
ok(
@@ -92,7 +93,7 @@ ok(
# ############################################################################
# Static chunk size (disable --chunk-time)
# ############################################################################
# 3
ok(
no_diff(
sub { pt_table_checksum::main(@args, qw(--chunk-time 0)) },