mirror of
https://github.com/apple/foundationdb.git
synced 2025-06-03 03:41:53 +08:00
24 lines
455 B
TOML
24 lines
455 B
TOML
[configuration]
|
|
extraDB = 2
|
|
|
|
[[test]]
|
|
testTitle = 'VersionStampBackupToDB'
|
|
simBackupAgents = 'BackupToDB'
|
|
|
|
[[test.workload]]
|
|
testName = 'VersionStamp'
|
|
failIfDataLost = false
|
|
validateExtraDB = true
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BackupToDBAbort'
|
|
abortDelay = 40.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 60.0
|