mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
This includes build/txt-to-toml.py which did the rewrites, and can be used to rewrite other no-in-tree test spec files to toml. I didn't touch status or restarting tests yet. Restarting will be handled later. It turns out that I don't understand how status tests work.
40 lines
822 B
TOML
40 lines
822 B
TOML
[[test]]
|
|
testTitle = 'BackupAndRestore'
|
|
clearAfterTest = false
|
|
simBackupAgents = 'BackupToFile'
|
|
|
|
[[test.workload]]
|
|
testName = 'AtomicOps'
|
|
nodeCount = 30000
|
|
transactionsPerSecond = 2500.0
|
|
testDuration = 30.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BackupAndRestoreCorrectness'
|
|
backupAfter = 10.0
|
|
restoreAfter = 60.0
|
|
backupRangesCount = -1
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 90.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 90.0
|
|
testDuration = 90.0
|
|
|
|
[[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
|