mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
Remove PerconaTest::wait_for_table() after calls to Sandbox::load_file() which now implicitly calls Sandbox::wait_for_slaves().
This commit is contained in:
@@ -110,9 +110,7 @@ is(
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/1002365
|
||||
# #############################################################################
|
||||
$sb->wipe_clean($master_dbh);
|
||||
|
||||
$sb->load_file("master", "t/pt-table-sync/samples/simple-tbls.sql");
|
||||
PerconaTest::wait_for_table($slave_dbh, "test.mt1", "id=10");
|
||||
|
||||
# Create a checksum diff in a table that we're going to ignore
|
||||
# when we sync.
|
||||
|
Reference in New Issue
Block a user