Disabled ShardedRocks for some sim tests due to timeout issue. (#10778)

This commit is contained in:
He Liu 2023-08-11 14:34:48 -07:00 committed by GitHub
parent e7528aca09
commit 62859f7151
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 0 deletions

View File

@ -2,6 +2,7 @@
extraDatabaseMode = 'LocalOrSingle'
# DR is not currently supported in required tenant mode
tenantModes = ['disabled', 'optional']
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'BackupAndRestore'

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'MemoryLifetimeTest'

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'StreamingRangeReadTest'

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'WatchesTest'

View File

@ -1,3 +1,6 @@
[configuration]
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'TransactionTagWithApiCorrectness'
clearAfterTest = true

View File

@ -3,6 +3,7 @@ extraDatabaseMode = "Local"
# In 7.2, DR is not supported in required tenant mode
allowDefaultTenant = false
encryptModes = ['disabled']
storageEngineExcludeTypes = [5]
[[test]]
testTitle = "DrUpgrade"

View File

@ -1,6 +1,7 @@
[configuration]
# tenants are not supported with parallel restore
allowDefaultTenant = false
storageEngineExcludeTypes = [5]
[[test]]
testTitle = 'BackupAndParallelRestoreWithAtomicOp'