MXS-1559 Add skeleton test implementation
This commit is contained in:
1
maxscale-system-test/.gitignore
vendored
1
maxscale-system-test/.gitignore
vendored
@ -104,6 +104,7 @@ max_connections
|
||||
maxscale_process_user
|
||||
mm
|
||||
mm_mysqlmon
|
||||
mysqlmon_failover_manual
|
||||
mxs1045
|
||||
mxs1071_maxrows
|
||||
mxs1110_16mb
|
||||
|
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user