MXS-1559 Add skeleton test implementation

This commit is contained in:
Johan Wikman
2017-12-07 14:19:11 +02:00
parent 79afaa447e
commit 3c2d03fd80
2 changed files with 4 additions and 0 deletions

View File

@ -104,6 +104,7 @@ max_connections
maxscale_process_user maxscale_process_user
mm mm
mm_mysqlmon mm_mysqlmon
mysqlmon_failover_manual
mxs1045 mxs1045
mxs1071_maxrows mxs1071_maxrows
mxs1110_16mb mxs1110_16mb

View File

@ -258,6 +258,9 @@ add_test_executable(mysqlmon_failover_auto.cpp mysqlmon_failover_auto mysqlmon_f
# MySQL Monitor Failover (manual) Test # MySQL Monitor Failover (manual) Test
add_test_executable(mysqlmon_failover_manual.cpp mysqlmon_failover_manual mysqlmon_failover_manual LABELS mysqlmon REPL_BACKEND) 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 # 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) add_test_executable(false_monitor_state_change.cpp false_monitor_state_change replication LABELS mysqlmon REPL_BACKEND)