MXS-2054: Add test case
Add test case that emulates a hybrid cluster of MariaDB and ColumnStore instances.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user