mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
51 lines
1.1 KiB
TOML
51 lines
1.1 KiB
TOML
[configuration]
|
|
testClass = "BlobGranule"
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleMoveVerifyCycle'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
transactionsPerSecond = 250.0
|
|
testDuration = 60.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomMoveKeys'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 60.0
|
|
# cycle does its own workload checking, don't want clear racing with its checking
|
|
clearAndMergeCheck = false
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 60.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
|