mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-27 16:12:04 +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:
@@ -257,7 +257,6 @@ ok(
|
||||
# https://bugs.launchpad.net/percona-toolkit/+bug/987393
|
||||
# #############################################################################
|
||||
$sb->load_file('master', "t/pt-table-checksum/samples/empty-table-bug-987393.sql");
|
||||
PerconaTest::wait_for_table($dbh, "test.test_full", "id=1");
|
||||
|
||||
$ni = make_nibble_iter(
|
||||
db => 'test',
|
||||
|
Reference in New Issue
Block a user