mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-10 03:43:17 +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:
@@ -61,7 +61,6 @@ throws_ok(
|
||||
);
|
||||
|
||||
$sb->load_file('master', "$sample/basic_no_fks.sql");
|
||||
PerconaTest::wait_for_table($slave_dbh, "pt_osc.t", "id=20");
|
||||
$master_dbh->do("USE pt_osc");
|
||||
$slave_dbh->do("USE pt_osc");
|
||||
|
||||
@@ -90,7 +89,6 @@ throws_ok(
|
||||
# #############################################################################
|
||||
|
||||
$sb->load_file('master', "$sample/basic_no_fks.sql");
|
||||
PerconaTest::wait_for_table($slave_dbh, "pt_osc.t", "id=20");
|
||||
$master_dbh->do("USE pt_osc");
|
||||
$slave_dbh->do("USE pt_osc");
|
||||
|
||||
|
Reference in New Issue
Block a user