From d972c1cd370abfdbffd024395326c979dccec0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 30 Oct 2018 12:19:15 +0200 Subject: [PATCH] Fix replication before syncing slaves in mxs1743_rconn_bitmask This might help solve the problem where the test hangs when the slaves are synced. --- maxscale-system-test/mxs1743_rconn_bitmask.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/maxscale-system-test/mxs1743_rconn_bitmask.cpp b/maxscale-system-test/mxs1743_rconn_bitmask.cpp index 815fadce4..3aaefa042 100644 --- a/maxscale-system-test/mxs1743_rconn_bitmask.cpp +++ b/maxscale-system-test/mxs1743_rconn_bitmask.cpp @@ -47,6 +47,7 @@ int main(int argc, char** argv) test.tprintf("Syncing slaves"); test.stop_timeout(); + test.repl->fix_replication(); test.repl->sync_slaves(); test.set_timeout(60);