mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-26 15:31:55 +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'
|
||||
);
|
||||
|
||||
# ############################################################################
|
||||
|
@@ -1,6 +1,6 @@
|
||||
ERRORS DIFFS ROWS SKIPPED TABLE
|
||||
0 0 0 0 mysql.columns_priv
|
||||
0 0 3 0 mysql.db
|
||||
0 0 0 0 mysql.db
|
||||
0 0 0 0 mysql.event
|
||||
0 0 0 0 mysql.func
|
||||
0 0 37 0 mysql.help_category
|
||||
@@ -21,6 +21,7 @@ ERRORS DIFFS ROWS SKIPPED TABLE
|
||||
0 0 0 0 mysql.time_zone_transition_type
|
||||
0 0 2 0 mysql.user
|
||||
0 0 39 0 percona_test.checksums
|
||||
0 0 1 0 percona_test.sentinel
|
||||
0 0 200 0 sakila.actor
|
||||
0 0 603 0 sakila.address
|
||||
0 0 16 0 sakila.category
|
||||
|
@@ -1,6 +1,6 @@
|
||||
ERRORS DIFFS ROWS CHUNKS SKIPPED TABLE
|
||||
0 0 0 1 0 mysql.columns_priv
|
||||
0 0 3 1 0 mysql.db
|
||||
0 0 0 1 0 mysql.db
|
||||
0 0 0 1 0 mysql.event
|
||||
0 0 0 1 0 mysql.func
|
||||
0 0 37 1 0 mysql.help_category
|
||||
@@ -21,6 +21,7 @@ ERRORS DIFFS ROWS CHUNKS SKIPPED TABLE
|
||||
0 0 0 1 0 mysql.time_zone_transition_type
|
||||
0 0 2 1 0 mysql.user
|
||||
0 0 39 1 0 percona_test.checksums
|
||||
0 0 1 1 0 percona_test.sentinel
|
||||
0 0 200 1 0 sakila.actor
|
||||
0 0 603 1 0 sakila.address
|
||||
0 0 16 1 0 sakila.category
|
||||
|
Reference in New Issue
Block a user