mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
65 lines
1.2 KiB
TOML
65 lines
1.2 KiB
TOML
[configuration]
|
|
logAntiQuorum = 0
|
|
|
|
[[test]]
|
|
testTitle = 'SubmitBackup'
|
|
simBackupAgents = 'BackupToFile'
|
|
clearAfterTest = false
|
|
runConsistencyCheck = false
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
submitOnly = true
|
|
waitForBackup = true
|
|
|
|
[[test]]
|
|
testTitle = 'PreSnapWorkloads'
|
|
simBackupAgents = 'BackupToFile'
|
|
clearAfterTest = false
|
|
runConsistencyCheck = false
|
|
|
|
[[test.workload]]
|
|
testName = 'SimpleAtomicAdd'
|
|
|
|
[[test]]
|
|
testTitle = 'TakeSnap'
|
|
simBackupAgents = 'BackupToFile'
|
|
clearAfterTest = false
|
|
runConsistencyCheck = false
|
|
|
|
[[test.workload]]
|
|
testName = 'SnapTest'
|
|
numSnaps = 1
|
|
maxSnapDelay = 10.0
|
|
testID = 1
|
|
retryLimit = -1
|
|
|
|
|
|
[[test]]
|
|
testTitle = 'PostSnapWorkloads'
|
|
simBackupAgents = 'BackupToFile'
|
|
clearAfterTest = true
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 3000
|
|
transactionsPerSecond = 3000.0
|
|
testDuration = 10.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
waitForBackup = true
|
|
stopBackup = true
|
|
|
|
[[test]]
|
|
testTitle = 'SnapShutdown'
|
|
|
|
[[test.workload]]
|
|
testName = 'SaveAndKill'
|
|
restartInfoLocation = 'simfdb/restartInfo.ini'
|
|
testDuration = 10.0
|
|
isRestoring = 1
|