35 lines
657 B
TOML
35 lines
657 B
TOML
[configuration]
|
|
allowDefaultTenant = false
|
|
testClass = "ChangeFeeds"
|
|
|
|
[[test]]
|
|
testTitle = 'ChangeFeedOperationsTest'
|
|
|
|
[[test.workload]]
|
|
testName = 'ChangeFeedOperations'
|
|
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
|
|
|