mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Make replication_filters.t stable.
This commit is contained in:
@@ -139,7 +139,8 @@ $slave1_dbh = $sb->get_dbh_for('slave1');
|
||||
# But since db mysql is ignored, the new results for mysql.user should
|
||||
# not replicate.
|
||||
pt_table_checksum::main(@args, qw(--no-check-replication-filters),
|
||||
'-t', 'mysql.user,sakila.city', qw(--quiet --no-replicate-check));
|
||||
'-t', 'mysql.user,sakila.city', qw(--quiet --no-replicate-check),
|
||||
qw(--chunk-size 1000));
|
||||
|
||||
PerconaTest::wait_for_table($slave1_dbh, 'percona.checksums', "db='sakila' and tbl='city' and chunk=1");
|
||||
|
||||
|
Reference in New Issue
Block a user