foundationdb/tests/slow/BlobGranuleCorrectness.toml
Josh Slocum d37b2b0a76
Adding BlobFailureInjection workload (#9833)
* Adding BlobFailureInjection workload

* fixing formatting
2023-04-06 15:10:36 -05:00

47 lines
997 B
TOML

[configuration]
blobGranulesEnabled = true
allowDefaultTenant = false
tenantModes = ['optional', 'required']
injectTargetedSSRestart = true
injectSSDelay = true
[[knobs]]
bg_metadata_source = "tenant"
bg_key_tuple_truncate_offset = 1
enable_configurable_encryption = true
enable_rest_kms_communication = true
[[test]]
testTitle = 'BlobGranuleCorrectness'
[[test.workload]]
testName = 'BlobGranuleCorrectnessWorkload'
testDuration = 240.0
[[test.workload]]
testName = 'RandomClogging'
testDuration = 120.0
[[test.workload]]
testName = 'Rollback'
meanDelay = 30.0
testDuration = 120.0
[[test.workload]]
testName = 'Attrition'
machinesToKill = 10
machinesToLeave = 3
reboot = true
testDuration = 120.0
[[test.workload]]
testName = 'Attrition'
machinesToKill = 10
machinesToLeave = 3
reboot = true
testDuration = 120.0
[[test.workload]]
testName = 'BlobFailureInjection'
testDuration = 120.0