From ceb4a18f59b7650679346e4396654b3a66eef36a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Tue, 30 Oct 2018 12:22:43 +0200 Subject: [PATCH] Enable query_retries for mxs1961_standalone_rejoin This should help prevent network disconnections and make the test more stable. If the connection is lost, the automatic failover is disabled and the test will fail. --- .../cnf/maxscale.cnf.template.mxs1961_standalone_rejoin | 2 ++ 1 file changed, 2 insertions(+) diff --git a/maxscale-system-test/cnf/maxscale.cnf.template.mxs1961_standalone_rejoin b/maxscale-system-test/cnf/maxscale.cnf.template.mxs1961_standalone_rejoin index e9bcac12c..372b67d11 100644 --- a/maxscale-system-test/cnf/maxscale.cnf.template.mxs1961_standalone_rejoin +++ b/maxscale-system-test/cnf/maxscale.cnf.template.mxs1961_standalone_rejoin @@ -1,5 +1,7 @@ [maxscale] threads=###threads### +query_retries=2 +query_retry_timeout=10 [MySQL-Monitor] type=monitor