31 lines
663 B
TOML
31 lines
663 B
TOML
extraDB = 1
|
|
|
|
[[test]]
|
|
testTitle = 'BackupAndRestore'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToFileAndDB'
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 3000
|
|
transactionsPerSecond = 500.0
|
|
testDuration = 30.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'BackupAndRestoreCorrectness'
|
|
backupTag = 'backup1'
|
|
backupAfter = 10.0
|
|
shareLogRange = true
|
|
performRestore = false
|
|
allowPauses = false
|
|
|
|
[[test.workload]]
|
|
testName = 'BackupToDBCorrectness'
|
|
backupTag = 'backup2'
|
|
backupPrefix = 'b2'
|
|
backupAfter = 15.0
|
|
restoreAfter = 60.0
|
|
performRestore = true
|
|
shareLogRange = true
|