43 lines
970 B
TOML
43 lines
970 B
TOML
[configuration]
|
|
blobGranulesEnabled = true
|
|
# FIXME: exclude redwood because WriteDuringRead can write massive KV pairs and we don't chunk change feed data on disk yet
|
|
# FIXME: re-enable rocks at some point
|
|
storageEngineExcludeTypes = [3, 4]
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleVerifySmall'
|
|
|
|
[[test.workload]]
|
|
testName = 'WriteDuringRead'
|
|
testDuration = 60.0
|
|
useSystemKeys = false
|
|
maximumDataWritten=50000000
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 30.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
|
|
|