Disabled ShardedRocks for some sim tests due to timeout issue. (#10778)
This commit is contained in:
parent
e7528aca09
commit
62859f7151
|
@ -2,6 +2,7 @@
|
|||
extraDatabaseMode = 'LocalOrSingle'
|
||||
# DR is not currently supported in required tenant mode
|
||||
tenantModes = ['disabled', 'optional']
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'BackupAndRestore'
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'MemoryLifetimeTest'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'StreamingRangeReadTest'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'WatchesTest'
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
[configuration]
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'TransactionTagWithApiCorrectness'
|
||||
clearAfterTest = true
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[configuration]
|
||||
# tenants are not supported with parallel restore
|
||||
allowDefaultTenant = false
|
||||
storageEngineExcludeTypes = [5]
|
||||
|
||||
[[test]]
|
||||
testTitle = 'BackupAndParallelRestoreWithAtomicOp'
|
||||
|
|
Loading…
Reference in New Issue