Add machine attrition to BackupBlobCorrectness test
This commit is contained in:
parent
8c7515914e
commit
e9de39f525
|
@ -8,6 +8,29 @@ simBackupAgents = 'BackupToFile'
|
||||||
nodeCount = 3000
|
nodeCount = 3000
|
||||||
testDuration = 10.0
|
testDuration = 10.0
|
||||||
expectedRate = 0
|
expectedRate = 0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'RandomClogging'
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Rollback'
|
||||||
|
meanDelay = 5.0
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'Backup'
|
testTitle = 'Backup'
|
||||||
|
@ -17,6 +40,29 @@ testTitle = 'Backup'
|
||||||
backupAfter = 0.0
|
backupAfter = 0.0
|
||||||
backupTag = 'default'
|
backupTag = 'default'
|
||||||
backupURL = 'http://0.0.0.0:10000'
|
backupURL = 'http://0.0.0.0:10000'
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'RandomClogging'
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Rollback'
|
||||||
|
meanDelay = 5.0
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'Restore'
|
testTitle = 'Restore'
|
||||||
|
@ -28,6 +74,28 @@ clearAfterTest = 'false'
|
||||||
backupTag = 'default'
|
backupTag = 'default'
|
||||||
backupURL = 'http://0.0.0.0:10000'
|
backupURL = 'http://0.0.0.0:10000'
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'RandomClogging'
|
||||||
|
testDuration = 60.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Rollback'
|
||||||
|
meanDelay = 5.0
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
|
[[test.workload]]
|
||||||
|
testName = 'Attrition'
|
||||||
|
machinesToKill = 10
|
||||||
|
machinesToLeave = 3
|
||||||
|
reboot = true
|
||||||
|
testDuration = 10.0
|
||||||
|
|
||||||
[[test]]
|
[[test]]
|
||||||
testTitle = 'CycleCheck'
|
testTitle = 'CycleCheck'
|
||||||
|
@ -36,5 +104,4 @@ checkOnly = 'true'
|
||||||
[[test.workload]]
|
[[test.workload]]
|
||||||
testName = 'Cycle'
|
testName = 'Cycle'
|
||||||
nodeCount = 3000
|
nodeCount = 3000
|
||||||
testDuration = 10.0
|
|
||||||
expectedRate = 0
|
expectedRate = 0
|
||||||
|
|
Loading…
Reference in New Issue