mirror of
https://github.com/apple/foundationdb.git
synced 2025-05-14 01:42:37 +08:00
62 lines
1.4 KiB
TOML
62 lines
1.4 KiB
TOML
# Blob Granules are only upgrade-able as of snowflake/release-71.2.3 and release-7.2
|
|
|
|
[configuration]
|
|
testClass = "BlobGranuleRestart"
|
|
blobGranulesEnabled = true
|
|
allowDefaultTenant = false
|
|
injectTargetedSSRestart = true
|
|
injectSSDelay = true
|
|
# FIXME: re-enable rocks at some point
|
|
storageEngineExcludeTypes = [4, 5]
|
|
|
|
[[test]]
|
|
testTitle = 'BlobGranuleRestartLarge'
|
|
clearAfterTest=false
|
|
runSetup=false
|
|
|
|
[[test.workload]]
|
|
testName = 'ReadWrite'
|
|
testDuration = 60.0
|
|
transactionsPerSecond = 200
|
|
writesPerTransactionA = 5
|
|
readsPerTransactionA = 1
|
|
writesPerTransactionB = 10
|
|
readsPerTransactionB = 1
|
|
alpha = 0.5
|
|
nodeCount = 2000000
|
|
valueBytes = 128
|
|
discardEdgeMeasurements = false
|
|
warmingDelay = 10.0
|
|
setup = false
|
|
|
|
[[test.workload]]
|
|
testName = 'RandomClogging'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Rollback'
|
|
meanDelay = 60.0
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'Attrition'
|
|
machinesToKill = 10
|
|
machinesToLeave = 3
|
|
reboot = true
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobFailureInjection'
|
|
testDuration = 60.0
|
|
|
|
[[test.workload]]
|
|
testName = 'BlobGranuleVerifier'
|
|
testDuration = 60.0
|