Merge pull request #6687 from sfc-gh-jslocum/no_rocks_blob_granule

Disabling rocks in blob granule tests
This commit is contained in:
neethuhaneesha 2022-03-25 13:17:56 -07:00 committed by GitHub
commit d54fdd782a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 22 additions and 2 deletions

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyAtomicOps'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyCycle'

View File

@ -1,6 +1,8 @@
[configuration]
blobGranulesEnabled = true
storageEngineExcludeTypes = [3] # FIXME: exclude redwood because WriteDuringRead can write massive KV pairs and we don't chunk change feed data on disk yet
# FIXME: exclude redwood because WriteDuringRead can write massive KV pairs and we don't chunk change feed data on disk yet
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [3, 4]
[[test]]
testTitle = 'BlobGranuleVerifySmall'

View File

@ -1,6 +1,8 @@
[configuration]
blobGranulesEnabled = true
storageEngineExcludeTypes = [3] # FIXME: exclude redwood because WriteDuringRead can write massive KV pairs and we don't chunk change feed data on disk yet
# FIXME: exclude redwood because WriteDuringRead can write massive KV pairs and we don't chunk change feed data on disk yet
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [3, 4]
[[test]]
testTitle = 'BlobGranuleVerifySmallClean'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleCorrectness'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleCorrectness'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyBalance'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyBalanceClean'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyLarge'

View File

@ -1,5 +1,7 @@
[configuration]
blobGranulesEnabled = true
# FIXME: re-enable rocks at some point
storageEngineExcludeTypes = [4]
[[test]]
testTitle = 'BlobGranuleVerifyLargeClean'