foundationdb/tests/fast/BlobGranuleVerifySmallClean...

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

21 lines
470 B
TOML
Raw Normal View History

[configuration]
blobGranulesEnabled = true
allowDefaultTenant = false
2022-03-25 09:40:16 +08:00
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4, 5]
2022-08-22 23:57:44 +08:00
testClass = "BlobGranule"
2021-10-13 03:52:55 +08:00
[[test]]
testTitle = 'BlobGranuleVerifySmallClean'
2021-10-13 03:52:55 +08:00
[[test.workload]]
testName = 'WriteDuringRead'
testDuration = 60.0
2022-01-28 00:26:21 +08:00
useSystemKeys = false
maximumDataWritten=50000000
2021-10-13 03:52:55 +08:00
[[test.workload]]
testName = 'BlobGranuleVerifier'
testDuration = 60.0
enablePurging = false