From 37e526eb8d2ac32db7bd612128cb5d77e24470c5 Mon Sep 17 00:00:00 2001 From: Johan Wikman Date: Fri, 24 May 2019 14:32:20 +0300 Subject: [PATCH] MXS-2481 Rename test No other changes. --- maxscale-system-test/CMakeLists.txt | 4 ++-- ...strix_group_change.cpp => clustrix_transaction_replay.cpp} | 0 ...ange => maxscale.cnf.template.clustrix_transaction_replay} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename maxscale-system-test/{clustrix_group_change.cpp => clustrix_transaction_replay.cpp} (100%) rename maxscale-system-test/cnf/{maxscale.cnf.template.clustrix_group_change => maxscale.cnf.template.clustrix_transaction_replay} (100%) diff --git a/maxscale-system-test/CMakeLists.txt b/maxscale-system-test/CMakeLists.txt index ccd2ef319..a66020183 100644 --- a/maxscale-system-test/CMakeLists.txt +++ b/maxscale-system-test/CMakeLists.txt @@ -1144,8 +1144,8 @@ set_tests_properties(clustrix_mon PROPERTIES TIMEOUT 7200) add_test_executable(clustrix_basics.cpp clustrix_basics clustrix_basics LABELS CLUSTRIX_BACKEND) set_tests_properties(clustrix_basics PROPERTIES TIMEOUT 7200) -add_test_executable(clustrix_group_change.cpp clustrix_group_change clustrix_group_change LABELS CLUSTRIX_BACKEND) -set_tests_properties(clustrix_group_change PROPERTIES TIMEOUT 7200) +add_test_executable(clustrix_transaction_replay.cpp clustrix_transaction_replay clustrix_transaction_replay LABELS CLUSTRIX_BACKEND) +set_tests_properties(clustrix_transaction_replay PROPERTIES TIMEOUT 7200) ############################################ # END: tests for Clustrix monitor # diff --git a/maxscale-system-test/clustrix_group_change.cpp b/maxscale-system-test/clustrix_transaction_replay.cpp similarity index 100% rename from maxscale-system-test/clustrix_group_change.cpp rename to maxscale-system-test/clustrix_transaction_replay.cpp diff --git a/maxscale-system-test/cnf/maxscale.cnf.template.clustrix_group_change b/maxscale-system-test/cnf/maxscale.cnf.template.clustrix_transaction_replay similarity index 100% rename from maxscale-system-test/cnf/maxscale.cnf.template.clustrix_group_change rename to maxscale-system-test/cnf/maxscale.cnf.template.clustrix_transaction_replay