mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
Make DiskFailureCycle test do less work so valgrind tests finish faster.
This commit is contained in:
parent
867ad8be46
commit
80031e4ae6
@ -10,17 +10,17 @@ testTitle = 'DiskFailureCycle'
|
||||
[[test.workload]]
|
||||
testName = 'Cycle'
|
||||
transactionsPerSecond = 2500.0
|
||||
testDuration = 300.0
|
||||
testDuration = 30.0
|
||||
expectedRate = 0
|
||||
|
||||
[[test.workload]]
|
||||
testName = 'DiskFailureInjection'
|
||||
testDuration = 120.0
|
||||
verificationMode = true
|
||||
startDelay = 30.0
|
||||
startDelay = 3.0
|
||||
throttleDisk = true
|
||||
stallInterval = 10.0
|
||||
stallPeriod = 60.0
|
||||
throttlePeriod = 60.0
|
||||
stallInterval = 5.0
|
||||
stallPeriod = 5.0
|
||||
throttlePeriod = 30.0
|
||||
corruptFile = true
|
||||
percentBitFlips = 10
|
||||
|
Loading…
x
Reference in New Issue
Block a user