mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
48 lines
961 B
TOML
48 lines
961 B
TOML
[configuration]
|
|
testClass = "BlobGranule"
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
injectTargetedSSRestart = true
|
|
injectSSDelay = true
|
|
|
|
[[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
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobFailureInjection'
|
|
testDuration = 60.0
|
|
|