mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
31 lines
619 B
TOML
31 lines
619 B
TOML
[[test]]
|
|
testTitle = 'SingleClientCausalConsistencyTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'SidebandSingle'
|
|
testDuration = 30.0
|
|
operationsPerSecond = 500
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 10.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
|