foundationdb/tests/fast/BlobGranuleVerifyAtomicOps.toml
Josh Slocum d37b2b0a76
Adding BlobFailureInjection workload (#9833)
* Adding BlobFailureInjection workload

* fixing formatting
2023-04-06 15:10:36 -05:00

46 lines
931 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
[[test.workload]]
testName = 'BlobFailureInjection'
testDuration = 30.0