Fix replication before syncing slaves in mxs1743_rconn_bitmask
This might help solve the problem where the test hangs when the slaves are synced.
This commit is contained in:
@ -47,6 +47,7 @@ int main(int argc, char** argv)
|
|||||||
|
|
||||||
test.tprintf("Syncing slaves");
|
test.tprintf("Syncing slaves");
|
||||||
test.stop_timeout();
|
test.stop_timeout();
|
||||||
|
test.repl->fix_replication();
|
||||||
test.repl->sync_slaves();
|
test.repl->sync_slaves();
|
||||||
test.set_timeout(60);
|
test.set_timeout(60);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user