~percona-toolkit-dev/percona-toolkit/release-2.2.11

« back to all changes in this revision

Viewing changes to t/pt-table-checksum/basics.t

pt-table-checksum-PXC-inconsistent-results-upon-resume-1311654

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
# other than to ensure that there's at least one for each table.
81
81
$row = $master_dbh->selectrow_arrayref("select count(*) from percona.checksums");
82
82
ok(
83
 
   $row->[0] > 30 && $row->[0] < 50,
84
 
   'Between 30 and 50 chunks'
 
83
   $row->[0] > 30 && $row->[0] < 60,
 
84
   'Between 30 and 60 chunks'
85
85
) or diag($row->[0]);
86
86
 
87
87
# ############################################################################