foundationdb/tests/fast/BlobRestoreLarge.toml

84 lines
1.8 KiB
TOML

[configuration]
testClass = "BlobRestore"
blobGranulesEnabled = true
extraDatabaseMode = 'Single'
allowDefaultTenant = false
disableTss = true
storageEngineExcludeTypes = [4, 5]
[[knobs]]
bg_consistency_check_enabled = 0
blob_manifest_backup = true
shard_encode_location_metadata = false
bw_throttling_enabled = false
[[test]]
testTitle = 'SetupBlob'
simBackupAgents = 'BackupToFile'
runConsistencyCheck = false
clearAfterTest = false
waitForQuiescence = false
[[test.workload]]
testName = 'BlobRestoreWorkload'
setupBlob = true
[[test]]
testTitle = 'BackupMutationLogs'
simBackupAgents = 'BackupToFile'
runConsistencyCheck = false
waitForQuiescence = false
[[test.workload]]
testName = 'IncrementalBackup'
tag = 'default'
submitOnly = true
waitForBackup = true
[[test]]
testTitle = 'WriteTest'
simBackupAgents = 'BackupToFile'
runConsistencyCheck = false
waitForQuiescence = false
clearAfterTest = false
[[test.workload]]
testName = 'ReadWrite'
testDuration = 60.0
transactionsPerSecond = 200
writesPerTransactionA = 5
readsPerTransactionA = 1
writesPerTransactionB = 10
readsPerTransactionB = 1
alpha = 0.5
nodeCount = 10000
valueBytes = 128
discardEdgeMeasurements = false
warmingDelay = 10.0
setup = false
[[test]]
testTitle = 'StopBackup'
simBackupAgents = 'BackupToFile'
clearAfterTest = false
runConsistencyCheck = false
waitForQuiescence = false
[[test.workload]]
testName = 'IncrementalBackup'
tag = 'default'
stopBackup = true
waitForBackup = true
[[test]]
testTitle = 'BlobRestore'
simBackupAgents = 'BackupToFile'
clearAfterTest = false
runConsistencyCheck = false
waitForQuiescence = false
[[test.workload]]
testName = 'BlobRestoreWorkload'
performRestore = true