mirror of
https://github.com/percona/percona-toolkit.git
synced 2025-09-28 08:51:44 +00:00
fix another timing issue in t/pt-table-sync/issue_634.t
This commit is contained in:
@@ -32,7 +32,6 @@ else {
|
||||
}
|
||||
|
||||
$sb->wipe_clean($master_dbh);
|
||||
$sb->wipe_clean($slave_dbh);
|
||||
$sb->create_dbs($master_dbh, [qw(test)]);
|
||||
|
||||
# #############################################################################
|
||||
@@ -47,6 +46,7 @@ unlike(
|
||||
qr/Cannot nibble/,
|
||||
"Doesn't say it can't nibble the 1-row table (issue 634)"
|
||||
);
|
||||
$sb->wait_for_slaves();
|
||||
is_deeply(
|
||||
$slave_dbh->selectall_arrayref('select * from issue_634.t'),
|
||||
[],
|
||||
|
Reference in New Issue
Block a user