Reenable restart tests in from_5.*

This commit is contained in:
Jingyu Zhou 2019-11-14 14:49:51 -08:00
parent 9c0f570ecd
commit 5144e57e11
1 changed files with 2 additions and 2 deletions

View File

@ -165,10 +165,10 @@ add_fdb_test(
restarting/from_6.2.0/SnapCycleRestart-2.txt)
add_fdb_test(
TEST_FILES restarting/from_5.1.7/DrUpgradeRestart-1.txt
restarting/from_5.1.7/DrUpgradeRestart-2.txt IGNORE)
restarting/from_5.1.7/DrUpgradeRestart-2.txt)
add_fdb_test(
TEST_FILES restarting/from_5.2.0/ClientTransactionProfilingCorrectness-1.txt
restarting/from_5.2.0/ClientTransactionProfilingCorrectness-2.txt IGNORE)
restarting/from_5.2.0/ClientTransactionProfilingCorrectness-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)