MXS-1506: Add test case

Added a test case that performs basic testing of the functionality.
This commit is contained in:
Markus Mäkelä
2018-04-09 19:31:48 +03:00
parent 948ff9b5f1
commit 93f589ffa2
4 changed files with 179 additions and 1 deletions

View File

@ -599,6 +599,10 @@ add_test_executable(mxs1503_master_reconnection.cpp mxs1503_master_reconnection
# Master reconnection with session commands
add_test_executable(mxs1503_queued_sescmd.cpp mxs1503_queued_sescmd mxs1503_master_reconnection LABELS readwritesplit REPL_BACKEND)
# MXS-1506: Delayed query retry
# https://jira.mariadb.org/browse/MXS-1506
add_test_executable(mxs1506_delayed_retry.cpp mxs1506_delayed_retry mxs1506_delayed_retry LABELS readwritesplit REPL_BACKEND)
# MXS-1509: Show correct server state for multisource replication
# https://jira.mariadb.org/browse/MXS-1509
add_test_executable(mxs1509.cpp mxs1509 mxs1509 LABELS mysqlmon REPL_BACKEND)