39 lines
775 B
TOML
39 lines
775 B
TOML
[configuration]
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
injectTargetedSSRestart = true
|
|
injectSSDelay = true
|
|
# FIXME: re-enable rocks at some point
|
|
storageEngineExcludeTypes = [4, 5]
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleRanges'
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleRanges'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 20.0
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 30.0
|
|
|