44 lines
883 B
TOML
44 lines
883 B
TOML
StderrSeverity = 30
|
|
|
|
[[test]]
|
|
testTitle = 'WriteDuringReadTest'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToFile'
|
|
|
|
[[test.workload]]
|
|
testName = 'WriteDuringRead'
|
|
maximumTotalData = 1000000
|
|
testDuration = 240.0
|
|
slowModeStart = 60.0
|
|
minNode = 1
|
|
useSystemKeys = false
|
|
|
|
[[test.workload]]
|
|
testName = 'AtomicRestore'
|
|
startAfter = 10.0
|
|
restoreAfter = 50.0
|
|
usePartitionedLogs = false
|
|
|
|
[[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
|