Split ConfigureTestRestart test to 7.0 and 7.1; remove [configuration] in SnapIncrementalRestore-1.toml; revert CycleTestRestart-1.toml to .txt
This commit is contained in:
parent
d0c21948a6
commit
863ea8000c
|
@ -203,8 +203,11 @@ if(WITH_PYTHON)
|
|||
TEST_FILES restarting/from_7.0.0/SnapIncrementalRestore-1.toml
|
||||
restarting/from_7.0.0/SnapIncrementalRestore-2.toml)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/ConfigureTestRestart-1.toml
|
||||
restarting/from_7.0.0/ConfigureTestRestart-2.toml)
|
||||
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)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_5.0.0_until_6.3.0/CycleTestRestart-1.txt
|
||||
restarting/from_5.0.0_until_6.3.0/CycleTestRestart-2.txt)
|
||||
|
@ -233,8 +236,8 @@ if(WITH_PYTHON)
|
|||
TEST_FILES restarting/from_7.0.0/UpgradeAndBackupRestore-1.toml
|
||||
restarting/from_7.0.0/UpgradeAndBackupRestore-2.toml)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/to_7.0.0/CycleTestRestart-1.toml
|
||||
restarting/to_7.0.0/CycleTestRestart-2.toml)
|
||||
TEST_FILES restarting/to_7.0.0/CycleTestRestart-1.txt
|
||||
restarting/to_7.0.0/CycleTestRestart-2.txt)
|
||||
add_fdb_test(
|
||||
TEST_FILES restarting/from_7.0.0/SnapTestAttrition-1.txt
|
||||
restarting/from_7.0.0/SnapTestAttrition-2.txt)
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
[configuration]
|
||||
logAntiQuorum = 0
|
||||
|
||||
[[test]]
|
||||
|
|
|
@ -0,0 +1,22 @@
|
|||
[[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
|
|
@ -0,0 +1,17 @@
|
|||
[[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,44 +0,0 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes=[-1,-2]
|
||||
maxTLogVersion=6
|
||||
disableTss=true
|
||||
disableHostname=true
|
||||
|
||||
[[test]]
|
||||
testTitle='Clogged'
|
||||
clearAfterTest=false
|
||||
|
||||
[[test.workload]]
|
||||
testName='Cycle'
|
||||
transactionsPerSecond=500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
[[test.workload]]
|
||||
testName='RandomClogging'
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Rollback'
|
||||
meanDelay=10.0
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Attrition'
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Attrition'
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='SaveAndKill'
|
||||
restartInfoLocation='simfdb/restartInfo.ini'
|
||||
testDuration=10.0
|
|
@ -0,0 +1,33 @@
|
|||
storageEngineExcludeTypes=-1,-2
|
||||
maxTLogVersion=6
|
||||
disableTss=true
|
||||
testTitle=Clogged
|
||||
clearAfterTest=false
|
||||
testName=Cycle
|
||||
transactionsPerSecond=500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
testName=RandomClogging
|
||||
testDuration=10.0
|
||||
|
||||
testName=Rollback
|
||||
meanDelay=10.0
|
||||
testDuration=10.0
|
||||
|
||||
testName=Attrition
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
testName=Attrition
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
testName=SaveAndKill
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
testDuration=10.0
|
|
@ -1,39 +0,0 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes=[-1,-2]
|
||||
maxTLogVersion=6
|
||||
disableTss=true
|
||||
disableHostname=true
|
||||
|
||||
[[test]]
|
||||
testTitle='Clogged'
|
||||
|
||||
[[test.workload]]
|
||||
runSetup=false
|
||||
testName='Cycle'
|
||||
transactionsPerSecond=2500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
[[test.workload]]
|
||||
testName='RandomClogging'
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Rollback'
|
||||
meanDelay=10.0
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Attrition'
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
[[test.workload]]
|
||||
testName='Attrition'
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
|
@ -0,0 +1,28 @@
|
|||
storageEngineExcludeTypes=-1,-2
|
||||
maxTLogVersion=6
|
||||
disableTss=true
|
||||
testTitle=Clogged
|
||||
runSetup=false
|
||||
testName=Cycle
|
||||
transactionsPerSecond=2500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
|
||||
testName=RandomClogging
|
||||
testDuration=10.0
|
||||
|
||||
testName=Rollback
|
||||
meanDelay=10.0
|
||||
testDuration=10.0
|
||||
|
||||
testName=Attrition
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
||||
testDuration=10.0
|
||||
|
||||
testName=Attrition
|
||||
machinesToKill=10
|
||||
machinesToLeave=3
|
||||
reboot=true
|
Loading…
Reference in New Issue