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:
Markus Mäkelä
2018-10-30 12:19:15 +02:00
parent 471cd8f0ef
commit d972c1cd37

View File

@ -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);