Disable partitioned log for atomic restore workload

This will be reenabled after fixing test failures related to it.
This commit is contained in:
Jingyu Zhou 2020-03-26 13:02:29 -07:00
parent 6be913a430
commit cffcac92ad
3 changed files with 5 additions and 2 deletions

View File

@ -25,4 +25,5 @@ testName=AtomicRestore
startAfter=10.0
restoreAfter=50.0
clearAfterTest=false
simBackupAgents=BackupToFile
simBackupAgents=BackupToFile
usePartitionedLogs=false

View File

@ -27,6 +27,7 @@ restoreAfter=50.0
clearAfterTest=false
simBackupAgents=BackupToFile
fastRestore=true
usePartitionedLogs=false
; Each testName=RunRestoreWorkerWorkload creates a restore worker
; We need at least 3 restore workers: master, loader, and applier

View File

@ -11,7 +11,8 @@ testTitle=WriteDuringReadTest
restoreAfter=50.0
clearAfterTest=false
simBackupAgents=BackupToFile
usePartitionedLogs=false
testName=RandomClogging
testDuration=60.0