MXS-2054: Add test case

Add test case that emulates a hybrid cluster of MariaDB and ColumnStore
instances.
This commit is contained in:
Markus Mäkelä
2018-10-01 13:46:26 +03:00
parent 321435b80e
commit 74effa6e7f
3 changed files with 114 additions and 0 deletions

View File

@ -978,6 +978,9 @@ add_test_executable(mxs2037_namedserver_wildcards.cpp mxs2037_namedserver_wildca
# https://jira.mariadb.org/browse/MXS-2043
add_test_executable(mxs2043_select_for_update.cpp mxs2043_select_for_update replication LABELS REPL_BACKEND)
# MXS-2054: Hybrid clusters
add_test_executable(mxs2054_hybrid_cluster.cpp mxs2054_hybrid_cluster mxs2054_hybrid_cluster LABELS REPL_BACKEND)
configure_file(templates.h.in templates.h @ONLY)
include(CTest)