Merge pull request #6388 from apple/revert-6345-ppw-restarting
Revert "add proper downgrade/upgrade test for storage migration with PPW"
This commit is contained in:
commit
6ac22756a0
|
@ -243,9 +243,6 @@ if(WITH_PYTHON)
|
|||
add_fdb_test(
|
||||
TEST_FILES restarting/to_7.0.0/CycleTestRestart-1.txt
|
||||
restarting/to_7.0.0/CycleTestRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/to_7.0.0/ConfigureStorageMigrationTestRestart-1.toml
|
||||
restarting/to_7.0.0/ConfigureStorageMigrationTestRestart-2.toml)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/SnapTestAttrition-1.txt
|
||||
restarting/from_7.0.0/SnapTestAttrition-2.txt)
|
||||
|
@ -258,11 +255,6 @@ if(WITH_PYTHON)
|
|||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/SnapCycleRestart-1.txt
|
||||
restarting/from_7.0.0/SnapCycleRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/ConfigureStorageMigrationTestRestart-1.toml
|
||||
restarting/from_7.0.0/ConfigureStorageMigrationTestRestart-2.toml)
|
||||
|
||||
|
||||
add_fdb_test(TEST_FILES slow/ApiCorrectness.toml)
|
||||
add_fdb_test(TEST_FILES slow/ApiCorrectnessAtomicRestore.toml)
|
||||
add_fdb_test(TEST_FILES slow/ApiCorrectnessSwitchover.toml)
|
||||
|
|
|
@ -1,25 +0,0 @@
|
|||
extraMachineCountDC = 2
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
clearAfterTest = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'ConfigureDatabase'
|
||||
testDuration = 30.0
|
||||
allowTestStorageMigration = true
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 30.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 30.0
|
||||
scale = 0.1
|
||||
clogginess = 2.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='SaveAndKill'
|
||||
restartInfoLocation='simfdb/restartInfo.ini'
|
||||
testDuration=30.0
|
|
@ -1,19 +0,0 @@
|
|||
extraMachineCountDC = 2
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
runSetup=false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'ConfigureDatabase'
|
||||
testDuration = 300.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 300.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 300.0
|
||||
scale = 0.1
|
||||
clogginess = 2.0
|
|
@ -1,25 +0,0 @@
|
|||
extraMachineCountDC = 2
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
clearAfterTest = false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'ConfigureDatabase'
|
||||
testDuration = 30.0
|
||||
allowTestStorageMigration = true
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 30.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 30.0
|
||||
scale = 0.1
|
||||
clogginess = 2.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='SaveAndKill'
|
||||
restartInfoLocation='simfdb/restartInfo.ini'
|
||||
testDuration=30.0
|
|
@ -1,19 +0,0 @@
|
|||
extraMachineCountDC = 2
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
runSetup=false
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'ConfigureDatabase'
|
||||
testDuration = 300.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 300.0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'RandomClogging'
|
||||
testDuration = 300.0
|
||||
scale = 0.1
|
||||
clogginess = 2.0
|
Loading…
Reference in New Issue