mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-02 19:25:52 +08:00
26 lines
521 B
TOML
26 lines
521 B
TOML
[[test]]
|
|
testTitle = 'RestoreBackup'
|
|
simBackupAgents = 'BackupToFile'
|
|
clearAfterTest = false
|
|
|
|
[[test.workload]]
|
|
testName = 'IncrementalBackup'
|
|
tag = 'default'
|
|
restoreOnly = true
|
|
checkBeginVersion = true
|
|
clearBackupAgentKeys = true
|
|
|
|
[[test]]
|
|
testTitle = 'VerifyCycleAndAtomics'
|
|
checkOnly = true
|
|
|
|
[[test.workload]]
|
|
testName = 'Cycle'
|
|
nodeCount = 3000
|
|
transactionsPerSecond = 3000.0
|
|
testDuration = 10.0
|
|
expectedRate = 0
|
|
|
|
[[test.workload]]
|
|
testName = 'SimpleAtomicAdd'
|