Merge pull request #6365 from sfc-gh-ajbeamon/remove-configure-test-restart
Disallow starting the ConfigureTestRestart test from any version before 7.1.
This commit is contained in:
commit
d10dc300de
|
@ -209,9 +209,6 @@ if(WITH_PYTHON)
|
|||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/SnapIncrementalRestore-1.txt
|
||||
restarting/from_7.0.0/SnapIncrementalRestore-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0_until_7.1.0/ConfigureTestRestart-1.toml
|
||||
restarting/from_7.0.0_until_7.1.0/ConfigureTestRestart-2.toml)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.1.0/ConfigureTestRestart-1.toml
|
||||
restarting/from_7.1.0/ConfigureTestRestart-2.toml)
|
||||
|
|
|
@ -1,22 +0,0 @@
|
|||
[[test]]
|
||||
testTitle='CloggedConfigureDatabaseTest'
|
||||
clearAfterTest=false
|
||||
|
||||
[[test.workload]]
|
||||
testName='ConfigureDatabase'
|
||||
testDuration=30.0
|
||||
|
||||
[[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,17 +0,0 @@
|
|||
[[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