1
0
mirror of https://github.com/apple/foundationdb.git synced 2025-06-02 19:25:52 +08:00
foundationdb/tests/fast/BlobGranuleVerifyAtomicOps.toml
Jingyu Zhou d99fb2ee02 Remove storageEngineExcludeTypes from blob tests
I.e., enable rocksDB for these tests.
2023-02-14 14:53:14 -08:00

42 lines
846 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