From 3a5b49caf1af3aa7a9cdbcdec0cb507ec446a57b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20M=C3=A4kel=C3=A4?= Date: Fri, 2 Nov 2018 00:06:29 +0200 Subject: [PATCH] Speed up mxs1751_available_when_donor_crash As the wait_for_monitor function guarantees that the monitor notices the state change, we can skip the replication fixing which was somewhat superficial in the first place. --- maxscale-system-test/mxs1751_available_when_donor_crash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxscale-system-test/mxs1751_available_when_donor_crash.cpp b/maxscale-system-test/mxs1751_available_when_donor_crash.cpp index 20093b23c..58aa24856 100644 --- a/maxscale-system-test/mxs1751_available_when_donor_crash.cpp +++ b/maxscale-system-test/mxs1751_available_when_donor_crash.cpp @@ -23,7 +23,7 @@ int main(int argc, char* argv[]) test.galera->stop_node(1); test.galera->start_node(1); test.galera->start_node(0); - test.galera->fix_replication(); + test.maxscales->wait_for_monitor(2); } return test.global_result;