From 8a5fb5ec15d509a48b84965b9aef50224c283a64 Mon Sep 17 00:00:00 2001 From: sfc-gh-tclinkenbeard Date: Thu, 9 Jul 2020 17:24:43 -0700 Subject: [PATCH] Move to_6.3.0 restarting test to to_6.3.3 --- tests/CMakeLists.txt | 4 ++-- .../restarting/{to_6.3.0 => to_6.3.3}/CycleTestRestart-1.txt | 0 .../restarting/{to_6.3.0 => to_6.3.3}/CycleTestRestart-2.txt | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename tests/restarting/{to_6.3.0 => to_6.3.3}/CycleTestRestart-1.txt (100%) rename tests/restarting/{to_6.3.0 => to_6.3.3}/CycleTestRestart-2.txt (100%) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 733cb38757..289e666a1d 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -191,8 +191,8 @@ if(WITH_PYTHON) TEST_FILES restarting/from_5.2.0/ClientTransactionProfilingCorrectness-1.txt restarting/from_5.2.0/ClientTransactionProfilingCorrectness-2.txt) add_fdb_test( - TEST_FILES restarting/to_6.3.0/CycleTestRestart-1.txt - restarting/to_6.3.0/CycleTestRestart-2.txt) + TEST_FILES restarting/to_6.3.3/CycleTestRestart-1.txt + restarting/to_6.3.3/CycleTestRestart-2.txt) add_fdb_test(TEST_FILES slow/ApiCorrectness.txt) add_fdb_test(TEST_FILES slow/ApiCorrectnessAtomicRestore.txt) add_fdb_test(TEST_FILES slow/ApiCorrectnessSwitchover.txt) diff --git a/tests/restarting/to_6.3.0/CycleTestRestart-1.txt b/tests/restarting/to_6.3.3/CycleTestRestart-1.txt similarity index 100% rename from tests/restarting/to_6.3.0/CycleTestRestart-1.txt rename to tests/restarting/to_6.3.3/CycleTestRestart-1.txt diff --git a/tests/restarting/to_6.3.0/CycleTestRestart-2.txt b/tests/restarting/to_6.3.3/CycleTestRestart-2.txt similarity index 100% rename from tests/restarting/to_6.3.0/CycleTestRestart-2.txt rename to tests/restarting/to_6.3.3/CycleTestRestart-2.txt