42 lines
809 B
TOML
42 lines
809 B
TOML
[configuration]
|
|
StderrSeverity = 30
|
|
extraDB = 2
|
|
|
|
[[test]]
|
|
testTitle = 'WriteDuringReadTest'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToDB'
|
|
|
|
[[test.workload]]
|
|
testName = 'WriteDuringRead'
|
|
maximumTotalData = 1000000
|
|
testDuration = 240.0
|
|
slowModeStart = 60.0
|
|
minNode = 1
|
|
|
|
[[test.workload]]
|
|
testName = 'AtomicSwitchover'
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 60.0
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 60.0
|