Merge pull request #4882 from sfc-gh-ajbeamon/restarting-test-increase-6.2-version
Require a minimum of 6.2.33 for 6.2 snapshot restarting tests
This commit is contained in:
commit
6f5ae9d76a
|
@ -188,17 +188,17 @@ if(WITH_PYTHON)
|
|||
TEST_FILES restarting/from_5.0.0/StorefrontTestRestart-1.txt
|
||||
restarting/from_5.0.0/StorefrontTestRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestAttrition-1.txt
|
||||
restarting/from_6.2.29/SnapTestAttrition-2.txt)
|
||||
TEST_FILES restarting/from_6.2.33/SnapTestAttrition-1.txt
|
||||
restarting/from_6.2.33/SnapTestAttrition-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestSimpleRestart-1.txt
|
||||
restarting/from_6.2.29/SnapTestSimpleRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.33/SnapTestSimpleRestart-1.txt
|
||||
restarting/from_6.2.33/SnapTestSimpleRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestRestart-1.txt
|
||||
restarting/from_6.2.29/SnapTestRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.33/SnapTestRestart-1.txt
|
||||
restarting/from_6.2.33/SnapTestRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.29/SnapCycleRestart-1.txt
|
||||
restarting/from_6.2.29/SnapCycleRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.33/SnapCycleRestart-1.txt
|
||||
restarting/from_6.2.33/SnapCycleRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_5.1.7/DrUpgradeRestart-1.txt
|
||||
restarting/from_5.1.7/DrUpgradeRestart-2.txt)
|
||||
|
|
Loading…
Reference in New Issue