Merge pull request #4143 from sfc-gh-tclinkenbeard/6.3-increase-snapshot-first-stable-version
Increase stable snapshot lower bound to 6.2.29
This commit is contained in:
commit
4f65284d8e
|
@ -173,17 +173,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.0/SnapTestAttrition-1.txt
|
||||
restarting/from_6.2.0/SnapTestAttrition-2.txt)
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestAttrition-1.txt
|
||||
restarting/from_6.2.29/SnapTestAttrition-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.0/SnapTestSimpleRestart-1.txt
|
||||
restarting/from_6.2.0/SnapTestSimpleRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestSimpleRestart-1.txt
|
||||
restarting/from_6.2.29/SnapTestSimpleRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.0/SnapTestRestart-1.txt
|
||||
restarting/from_6.2.0/SnapTestRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.29/SnapTestRestart-1.txt
|
||||
restarting/from_6.2.29/SnapTestRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_6.2.0/SnapCycleRestart-1.txt
|
||||
restarting/from_6.2.0/SnapCycleRestart-2.txt)
|
||||
TEST_FILES restarting/from_6.2.29/SnapCycleRestart-1.txt
|
||||
restarting/from_6.2.29/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