Make DiskFailureCycle test do less work so valgrind tests finish faster.

This commit is contained in:
Steve Atherton 2021-11-16 21:03:13 -08:00
parent 867ad8be46
commit 80031e4ae6

View File

@ -10,17 +10,17 @@ testTitle = 'DiskFailureCycle'
[[test.workload]] [[test.workload]]
testName = 'Cycle' testName = 'Cycle'
transactionsPerSecond = 2500.0 transactionsPerSecond = 2500.0
testDuration = 300.0 testDuration = 30.0
expectedRate = 0 expectedRate = 0
[[test.workload]] [[test.workload]]
testName = 'DiskFailureInjection' testName = 'DiskFailureInjection'
testDuration = 120.0 testDuration = 120.0
verificationMode = true verificationMode = true
startDelay = 30.0 startDelay = 3.0
throttleDisk = true throttleDisk = true
stallInterval = 10.0 stallInterval = 5.0
stallPeriod = 60.0 stallPeriod = 5.0
throttlePeriod = 60.0 throttlePeriod = 30.0
corruptFile = true corruptFile = true
percentBitFlips = 10 percentBitFlips = 10