42 lines
846 B
TOML
42 lines
846 B
TOML
[configuration]
|
|
testClass = "BlobGranule"
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
injectTargetedSSRestart = true
|
|
injectSSDelay = true
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleVerifyAtomicOps'
|
|
|
|
[[test.workload]]
|
|
testName = 'AtomicOps'
|
|
transactionsPerSecond = 2500.0
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 30.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
|