disable tenant in downgrade test (#11432)
This commit is contained in:
parent
000c3089bd
commit
ad646daf12
|
@ -1,7 +1,7 @@
|
|||
[configuration]
|
||||
blobGranulesEnabled = true
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['optional', 'required']
|
||||
tenantModes = ['disabled']
|
||||
injectTargetedSSRestart = true
|
||||
injectSSDelay = true
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[configuration]
|
||||
blobGranulesEnabled = true
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['optional', 'required']
|
||||
tenantModes = ['disabled']
|
||||
injectTargetedSSRestart = true
|
||||
injectSSDelay = true
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[configuration]
|
||||
extraMachineCountDC = 2
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
maxTLogVersion = 6
|
||||
disableTss = true
|
||||
disableHostname = true
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[knobs]]
|
||||
# Mutation checksum and accumulative checksum is not compatible with release-7.3.(<41)
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[configuration]
|
||||
maxTLogVersion = 6
|
||||
disableTss = true
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[knobs]]
|
||||
# testing that restart with writing recover at version to CSTATE.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[configuration]
|
||||
blobGranulesEnabled = true
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['optional', 'required']
|
||||
tenantModes = ['disabled']
|
||||
injectTargetedSSRestart = true
|
||||
injectSSDelay = true
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
[configuration]
|
||||
blobGranulesEnabled = true
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['optional', 'required']
|
||||
tenantModes = ['disabled']
|
||||
injectTargetedSSRestart = true
|
||||
injectSSDelay = true
|
||||
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[configuration]
|
||||
extraMachineCountDC = 2
|
||||
allowDefaultTenant = false
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[test]]
|
||||
testTitle = 'CloggedConfigureDatabaseTest'
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
maxTLogVersion = 6
|
||||
disableTss = true
|
||||
disableHostname = true
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[test]]
|
||||
testTitle = 'Clogged'
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
[configuration]
|
||||
maxTLogVersion = 6
|
||||
disableTss = true
|
||||
tenantModes = ['disabled']
|
||||
|
||||
[[knobs]]
|
||||
# testing that restart with writing recover at version to CSTATE.
|
||||
|
|
Loading…
Reference in New Issue