MXS-1476: Add test case

Test for MXS-1476 that checks that the behavior is what is
expected. Currently, the test passes as behavior is what is expected.
This commit is contained in:
Markus Mäkelä
2017-11-13 10:45:13 +02:00
parent bc36dd3e1a
commit 41f6400852
3 changed files with 119 additions and 0 deletions

View File

@ -506,6 +506,10 @@ add_test_executable(mxs1457_ignore_deleted.cpp mxs1457_ignore_deleted mxs1457_ig
# https://jira.mariadb.org/browse/MXS-1468
add_test_executable(mxs1468.cpp mxs1468 mxs1468 LABELS REPL_BACKEND)
# MXS-1476: priority value ignored when a Galera node rejoins with a lower wsrep_local_index than current master
# https://jira.mariadb.org/browse/MXS-1476
add_test_executable(mxs1476.cpp mxs1476 mxs1476 LABELS GALERA_BACKEND)
# 'namedserverfilter' test
add_test_executable(namedserverfilter.cpp namedserverfilter namedserverfilter LABELS namedserverfilter LIGHT REPL_BACKEND)