mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-25 13:46:22 +00:00
t/pt-table-checksum/basics.t: Updated samples and tests
This commit is contained in:
@@ -113,7 +113,7 @@ is(
|
||||
( $sandbox_version gt "5.1" ? 89
|
||||
: $sandbox_version gt "5.0" ? 88
|
||||
: 84),
|
||||
'86 checksums on master'
|
||||
'Expected checksums on master'
|
||||
);
|
||||
|
||||
$row = $slave1_dbh->selectrow_arrayref("select count(*) from percona.checksums");
|
||||
@@ -122,7 +122,7 @@ is(
|
||||
( $sandbox_version gt "5.1" ? 89
|
||||
: $sandbox_version gt "5.0" ? 88
|
||||
: 84),
|
||||
'86 checksums on slave'
|
||||
'Expected checksums on slave'
|
||||
);
|
||||
|
||||
# ############################################################################
|
||||
|
Reference in New Issue
Block a user