From 293caf337696b8a71ca627e25f5f62f110c4ab81 Mon Sep 17 00:00:00 2001 From: Daniel Nichter Date: Tue, 6 Mar 2012 13:56:17 -0700 Subject: [PATCH] Wait for unstable test. --- t/pt-table-sync/basics.t | 1 + 1 file changed, 1 insertion(+) 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,