54 lines
1.1 KiB
TOML
54 lines
1.1 KiB
TOML
|
[[test]]
|
||
|
testTitle = 'ApiCorrectnessTest'
|
||
|
clearAfterTest = true
|
||
|
timeout = 2100
|
||
|
runSetup = true
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'ApiCorrectness'
|
||
|
numKeys = 2000
|
||
|
onlyLowerCase = true
|
||
|
shortKeysRatio = 0.5
|
||
|
minShortKeyLength = 1
|
||
|
maxShortKeyLength = 3
|
||
|
minLongKeyLength = 1
|
||
|
maxLongKeyLength = 128
|
||
|
minValueLength = 1
|
||
|
maxValueLength = 2000
|
||
|
numGets = 400
|
||
|
numGetRanges = 40
|
||
|
numGetRangeSelectors = 40
|
||
|
numGetKeys = 40
|
||
|
numClears = 40
|
||
|
numClearRanges = 10
|
||
|
maxTransactionBytes = 5000000
|
||
|
randomTestDuration = 30
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'RandomClogging'
|
||
|
testDuration = 120.0
|
||
|
swizzle = 1
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Rollback'
|
||
|
testDuration = 120.0
|
||
|
meanDelay = 10.0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Attrition'
|
||
|
testDuration = 120.0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Attrition'
|
||
|
machinesToKill = 10
|
||
|
machinesToLeave = 3
|
||
|
reboot = true
|
||
|
testDuration = 120.0
|
||
|
|
||
|
[[test.workload]]
|
||
|
testName = 'Attrition'
|
||
|
machinesToKill = 10
|
||
|
machinesToLeave = 3
|
||
|
reboot = true
|
||
|
testDuration = 120.0
|