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:
A.J. Beamon 2021-06-01 09:42:07 -07:00 committed by GitHub
commit 6f5ae9d76a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
9 changed files with 8 additions and 8 deletions

View File

@ -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)