scaling back ChangeFeedOperationsMove to avoid TraceTooManyLines (#7958)

This commit is contained in:
Josh Slocum 2022-08-29 15:30:22 -05:00 committed by GitHub
parent fdb509c99e
commit d0a4a16bd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 11 deletions

View File

@ -2,8 +2,6 @@
allowDefaultTenant = false
testClass = "ChangeFeeds"
# TODO add failure events, and then add a version that also supports randomMoveKeys
[[test]]
testTitle = 'ChangeFeedOperationsTest'

View File

@ -2,39 +2,37 @@
testClass = "ChangeFeeds"
allowDefaultTenant = false
# TODO add failure events, and then add a version that also supports randomMoveKeys
[[test]]
testTitle = 'ChangeFeedOperationsTest'
[[test.workload]]
testName = 'ChangeFeedOperations'
testDuration = 60.0
testDuration = 30.0
[[test.workload]]
testName = 'RandomMoveKeys'
testDuration = 60.0
testDuration = 30.0
[[test.workload]]
testName = 'RandomClogging'
testDuration = 60.0
testDuration = 30.0
[[test.workload]]
testName = 'Rollback'
meanDelay = 60.0
testDuration = 60.0
meanDelay = 30.0
testDuration = 30.0
[[test.workload]]
testName = 'Attrition'
machinesToKill = 10
machinesToLeave = 3
reboot = true
testDuration = 60.0
testDuration = 30.0
[[test.workload]]
testName = 'Attrition'
machinesToKill = 10
machinesToLeave = 3
reboot = true
testDuration = 60.0
testDuration = 30.0