mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-31 18:19:35 +08:00
Valgrind found errors on these two parallel restore tests, although correctness test confirms these two tests have no correctness error. To prevent these two parallel restore tests from spamming valgrind test results, we exclude these two tests from our nightly tests for now.
77 lines
1.8 KiB
Plaintext
77 lines
1.8 KiB
Plaintext
testTitle=BackupAndRestore
|
|
testName=Cycle
|
|
; nodeCount=30000
|
|
nodeCount=1000
|
|
transactionsPerSecond=500.0
|
|
; transactionsPerSecond=2500.0
|
|
testDuration=30.0
|
|
expectedRate=0
|
|
clearAfterTest=false
|
|
; keyPrefix=!
|
|
|
|
; testName=Cycle
|
|
;; nodeCount=1000
|
|
; transactionsPerSecond=2500.0
|
|
; testDuration=30.0
|
|
; expectedRate=0
|
|
; clearAfterTest=false
|
|
; keyPrefix=z
|
|
;
|
|
; testName=Cycle
|
|
;; nodeCount=1000
|
|
; transactionsPerSecond=2500.0
|
|
; testDuration=30.0
|
|
; expectedRate=0
|
|
; clearAfterTest=false
|
|
; keyPrefix=A
|
|
;
|
|
; testName=Cycle
|
|
;; nodeCount=1000
|
|
; transactionsPerSecond=2500.0
|
|
; testDuration=30.0
|
|
; expectedRate=0
|
|
; clearAfterTest=false
|
|
; keyPrefix=Z
|
|
|
|
; Each testName=RunRestoreWorkerWorkload creates a restore worker
|
|
; We need at least 3 restore workers: master, loader, and applier
|
|
testName=RunRestoreWorkerWorkload
|
|
|
|
; Test case for parallel restore
|
|
testName=BackupAndParallelRestoreCorrectness
|
|
backupAfter=10.0
|
|
restoreAfter=60.0
|
|
clearAfterTest=false
|
|
simBackupAgents=BackupToFile
|
|
; backupRangesCount<0 means backup the entire normal keyspace
|
|
backupRangesCount=-1
|
|
; TODO: Support abortAndRestartAfter test by commenting it out
|
|
abortAndRestartAfter=0
|
|
|
|
testName=RandomClogging
|
|
testDuration=90.0
|
|
|
|
; testName=Rollback
|
|
; meanDelay=90.0
|
|
; testDuration=90.0
|
|
|
|
; Do NOT consider machine crash yet
|
|
; testName=Attrition
|
|
; machinesToKill=10
|
|
; machinesToLeave=3
|
|
; reboot=true
|
|
; testDuration=90.0
|
|
|
|
; testName=Attrition
|
|
; machinesToKill=10
|
|
; machinesToLeave=3
|
|
; reboot=true
|
|
; testDuration=90.0
|
|
|
|
; Disable buggify for parallel restore
|
|
buggify=off
|
|
;testDuration=360000 ;not work
|
|
;timeout is in seconds
|
|
timeout=360000
|
|
|