From 3c2d03fd80043a8c777f17b50b0c433a00224780 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Thu, 7 Dec 2017 14:19:11 +0200 Subject: [PATCH] MXS-1559 Add skeleton test implementation --- maxscale-system-test/.gitignore | 1 + maxscale-system-test/CMakeLists.txt | 3 +++ 2 files changed, 4 insertions(+) diff --git a/maxscale-system-test/.gitignore b/maxscale-system-test/.gitignore index 9d5fd6e2c..4c055f28c 100644 --- a/maxscale-system-test/.gitignore +++ b/maxscale-system-test/.gitignore @@ -104,6 +104,7 @@ max_connections maxscale_process_user mm mm_mysqlmon +mysqlmon_failover_manual mxs1045 mxs1071_maxrows mxs1110_16mb diff --git a/maxscale-system-test/CMakeLists.txt b/maxscale-system-test/CMakeLists.txt index 1a1483878..c1d439a94 100644 --- a/maxscale-system-test/CMakeLists.txt +++ b/maxscale-system-test/CMakeLists.txt @@ -258,6 +258,9 @@ add_test_executable(mysqlmon_failover_auto.cpp mysqlmon_failover_auto mysqlmon_f # MySQL Monitor Failover (manual) Test add_test_executable(mysqlmon_failover_manual.cpp mysqlmon_failover_manual mysqlmon_failover_manual LABELS mysqlmon REPL_BACKEND) +# MySQL Monitor manual failover with one candidate +add_test_executable(mysqlmon_failover_manual.cpp mysqlmon_failover_manual LABELS mysqlmon REPL_BACKEND) + # Test monitor state change events when manually clearing server bits add_test_executable(false_monitor_state_change.cpp false_monitor_state_change replication LABELS mysqlmon REPL_BACKEND)