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:
A.J. Beamon 2022-02-09 17:17:18 -08:00 committed by GitHub
commit d10dc300de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 42 deletions

View File

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

View File

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

View File

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