MXS-1503: Test that no extra slaves are taken into use

Added a test that verifies that the slave connection count restrictions
work.
This commit is contained in:
Markus Mäkelä
2018-04-11 10:17:23 +03:00
parent dc3c848df8
commit 553e159182
5 changed files with 144 additions and 0 deletions

View File

@ -599,6 +599,9 @@ 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)
# Check that no extra slaves are taken into use
add_test_executable(mxs1503_extra_slaves.cpp mxs1503_extra_slaves mxs1503_extra_slaves 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)