mirror of
https://github.com/percona/percona-toolkit.git
synced 2026-03-10 02:07:00 +08:00
Wait for unstable test.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user