mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 09:58:50 +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]]
|
[[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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user