Snap*Restart in ver 2 and buggify off in restore
This commit is contained in:
parent
ec9af66fc5
commit
24cbe313a1
|
@ -12,6 +12,7 @@ testTitle=SnapCyclePre
|
|||
maxSnapDelay=10.0
|
||||
testID=1
|
||||
clearAfterTest=false
|
||||
version=2
|
||||
|
||||
testTitle=SnapCycleShutdown
|
||||
;save and shutdown
|
||||
|
|
|
@ -1,8 +1,9 @@
|
|||
testTitle=SnapCycleRestore
|
||||
;Post snap restore test
|
||||
runSetup=false
|
||||
testName=Cycle
|
||||
transactionsPerSecond=2500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
runSetup=false
|
||||
testName=Cycle
|
||||
transactionsPerSecond=2500.0
|
||||
nodeCount=2500
|
||||
testDuration=10.0
|
||||
expectedRate=0
|
||||
buggify=off
|
||||
|
|
|
@ -0,0 +1,46 @@
|
|||
testTitle=SnapTestPre
|
||||
;write 1000 Keys ending with even numbers
|
||||
testName=SnapTest
|
||||
numSnaps=1
|
||||
maxSnapDelay=3.0
|
||||
testID=0
|
||||
clearAfterTest=false
|
||||
|
||||
testTitle=SnapTestTakeSnap
|
||||
;Take snap and do read/write
|
||||
testName=ReadWrite
|
||||
testDuration=10.0
|
||||
transactionsPerSecond=10000
|
||||
writesPerTransactionA=0
|
||||
readsPerTransactionA=10
|
||||
writesPerTransactionB=10
|
||||
readsPerTransactionB=1
|
||||
alpha=0.5
|
||||
nodeCount=100000
|
||||
valueBytes=16
|
||||
discardEdgeMeasurements=false
|
||||
|
||||
testName=SnapTest
|
||||
numSnaps=1
|
||||
maxSnapDelay=10.0
|
||||
testID=1
|
||||
clearAfterTest=false
|
||||
version=2
|
||||
|
||||
testName=Attrition
|
||||
testDuration=10.0
|
||||
|
||||
testTitle=SnapTestPost
|
||||
;write 1000 Keys ending with odd numbers
|
||||
testName=SnapTest
|
||||
numSnaps=1
|
||||
maxSnapDelay=25.0
|
||||
testID=2
|
||||
clearAfterTest=false
|
||||
|
||||
; save and shutdown
|
||||
testTitle=SnapSimpleShutdown
|
||||
testName=SaveAndKill
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
testDuration=10.0
|
||||
isRestoring=1
|
|
@ -0,0 +1,8 @@
|
|||
; verify all keys are even numbered
|
||||
testTitle=SnapTestVerify
|
||||
testName=SnapTest
|
||||
numSnaps=1
|
||||
maxSnapDelay=3.0
|
||||
testID=3
|
||||
restartInfoLocation=simfdb/restartInfo.ini
|
||||
buggify=off
|
|
@ -25,6 +25,7 @@ testTitle=SnapTestTakeSnap
|
|||
maxSnapDelay=10.0
|
||||
testID=1
|
||||
clearAfterTest=false
|
||||
version=2
|
||||
|
||||
testTitle=SnapTestPost
|
||||
;write 1000 Keys ending with odd numbers
|
||||
|
|
|
@ -4,3 +4,4 @@ testName=SnapTest
|
|||
numSnaps=1
|
||||
maxSnapDelay=3.0
|
||||
testID=3
|
||||
buggify=off
|
||||
|
|
|
@ -13,6 +13,7 @@ testTitle=SnapSimpleTakeSnap
|
|||
maxSnapDelay=5.0
|
||||
testID=1
|
||||
clearAfterTest=false
|
||||
version=2
|
||||
|
||||
;write 1000 Keys ending with odd number
|
||||
testTitle=SnapSimplePost
|
||||
|
|
|
@ -4,3 +4,4 @@ testName=SnapTest
|
|||
numSnaps=1
|
||||
maxSnapDelay=3.0
|
||||
testID=3
|
||||
buggify=off
|
||||
|
|
Loading…
Reference in New Issue