21 lines
470 B
TOML
21 lines
470 B
TOML
[configuration]
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
# FIXME: re-enable rocks at some point
|
|
storageEngineExcludeTypes = [4, 5]
|
|
testClass = "BlobGranule"
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleVerifySmallClean'
|
|
|
|
[[test.workload]]
|
|
testName = 'WriteDuringRead'
|
|
testDuration = 60.0
|
|
useSystemKeys = false
|
|
maximumDataWritten=50000000
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 60.0
|
|
enablePurging = false
|