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

This commit is contained in:
Frank Cizmich
2014-08-05 16:51:34 -03:00
3 changed files with 58 additions and 28 deletions

View File

@@ -80,8 +80,8 @@ ok(
# other than to ensure that there's at least one for each table.
$row = $master_dbh->selectrow_arrayref("select count(*) from percona.checksums");
ok(
$row->[0] > 30 && $row->[0] < 50,
'Between 30 and 50 chunks'
$row->[0] > 30 && $row->[0] < 60,
'Between 30 and 60 chunks'
) or diag($row->[0]);
# ############################################################################