1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-05-25 17:00:05 +08:00

Increase stable snapshot lower bound to 6.2.29

This commit is contained in:
sfc-gh-tclinkenbeard 2020-12-09 10:40:39 -08:00
parent 4d45d6065a
commit aa351d37d3
9 changed files with 8 additions and 8 deletions

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