Skip to content

Commit 5be449d

Browse files
philip-galeraNirbhay Choubey
authored andcommitted
Galera MTR Tests: attempt to work around codership/QA#179 in galera_as_slave_nonprim.test
1 parent d794f05 commit 5be449d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mysql-test/suite/galera/t/galera_as_slave_nonprim.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ SET SESSION wsrep_sync_wait = 0;
2626
CREATE TABLE t1 (f1 INTEGER PRIMARY KEY) ENGINE=InnoDB;
2727

2828
--connection node_2
29+
--sleep 1
2930
--let $wait_condition = SELECT COUNT(*) = 1 FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 't1';
3031
--source include/wait_condition.inc
3132

0 commit comments

Comments
 (0)