MXS-3158 Add test case

Test that monitor does not alter event charset or collation.
This commit is contained in:
Esa Korhonen
2020-12-09 19:07:16 +02:00
parent 0c904eae5e
commit 4dd057d99d
2 changed files with 77 additions and 2 deletions

View File

@ -80,7 +80,8 @@ add_test_executable_ex(NAME mysqlmon_switchover_stress SOURCE mysqlmon_switchove
add_test_executable_ex(NAME mysqlmon_external_master SOURCE mysqlmon_external_master.cpp
CONFIG mysqlmon_external_master.cnf VMS repl_backend LABELS mysqlmon)
# Check failover, switchover and rejoin with scheduled server events, uses config of mysqlmon_rejoin_good
# Check failover, switchover and rejoin with scheduled server events
# Also, MXS-3158
add_test_executable_ex(NAME mysqlmon_fail_switch_events SOURCE mysqlmon_fail_switch_events.cpp
CONFIG mysqlmon_rejoin_good.cnf VMS repl_backend LABELS mysqlmon)