t/pt-table-checksum/basics.t: Updated samples and tests

This commit is contained in:
Brian Fraser fraserb@gmail.com
2012-06-06 18:38:13 -03:00
parent 03ebae4d3c
commit ed3d22ce38
3 changed files with 6 additions and 4 deletions

View File

@@ -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'
);
# ############################################################################

View File

@@ -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

View File

@@ -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