From 931ca0f497ffd2c5534fcd64846a635da8d4f25d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Sun, 30 Jul 2017 19:26:29 +0300 Subject: [PATCH] Stop timeout in avro_alter before fixing replication The resetting of the replication can take some time. By disabling the timeout during the reset, false positives are less likely. --- maxscale-system-test/avro_alter.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/maxscale-system-test/avro_alter.cpp b/maxscale-system-test/avro_alter.cpp index 3fdf0146b..2ee641875 100644 --- a/maxscale-system-test/avro_alter.cpp +++ b/maxscale-system-test/avro_alter.cpp @@ -65,6 +65,7 @@ int main(int argc, char *argv[]) free(rows); } + test.stop_timeout(); execute_query(test.repl->nodes[0], "DROP TABLE test.t1;RESET MASTER"); test.repl->fix_replication();