diff --git a/t/pt-table-sync/basics.t b/t/pt-table-sync/basics.t index e132b02c..51c5d61a 100644 --- a/t/pt-table-sync/basics.t +++ b/t/pt-table-sync/basics.t @@ -223,6 +223,7 @@ like( "--replicate with uc index (bug 927771)" ); +PerconaTest::wait_for_table($slave_dbh, "test.t", "id=10 AND c='j'"); my $rows = $slave_dbh->selectall_arrayref("select id, c from test.t where id>8 order by id"); is_deeply( $rows,