60 lines
1.5 KiB
TOML
60 lines
1.5 KiB
TOML
[configuration]
|
|
# tenants are not supported with parallel restore
|
|
allowDefaultTenant = false
|
|
|
|
[[test]]
|
|
testTitle = 'BackupAndRestore'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToFile'
|
|
#timeout is in seconds
|
|
timeout = 360000
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
# nodeCount=30000
|
|
nodeCount = 1000
|
|
# transactionsPerSecond=500.0
|
|
transactionsPerSecond = 2500.0
|
|
testDuration = 30.0
|
|
expectedRate = 0
|
|
# keyPrefix=!
|
|
# Each testName=RunRestoreWorkerWorkload creates a restore worker
|
|
# We need at least 3 restore workers: master, loader, and applier
|
|
|
|
[[test.workload]]
|
|
testName = 'RunRestoreWorkerWorkload'
|
|
# Test case for parallel restore
|
|
|
|
[[test.workload]]
|
|
testName = 'BackupAndParallelRestoreCorrectness'
|
|
backupAfter = 10.0
|
|
restoreAfter = 60.0
|
|
# backupRangesCount<0 means backup the entire normal keyspace
|
|
backupRangesCount = -1
|
|
usePartitionedLogs = true
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 90.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 90.0
|
|
testDuration = 90.0
|
|
# Do NOT kill restore worker process yet
|
|
# Kill other process to ensure restore works when FDB cluster has faults
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 90.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 90.0
|