Skip to content

Commit 5e371ec

Browse files
pengzhoumlPeng Zhou
andauthored
MLE-15594: Bug fix for upgrade tests (#272)
* MLE-15594: Fix Upgrade Test in TestTlsOnEDnode * fix lint issue --------- Co-authored-by: Peng Zhou <[email protected]>
1 parent 8390b58 commit 5e371ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/e2e/tls_test.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -548,10 +548,12 @@ func TestTlsOnEDnode(t *testing.T) {
548548
if runUpgradeTest {
549549
t.Logf("UpgradeHelmTest is enabled. Running helm upgrade test")
550550
dnodeUpgradeOptionsMap := map[string]string{
551-
"allowLongHostnames": "true",
551+
"allowLongHostnames": "true",
552+
"rootToRootlessUpgrade": "true",
552553
}
553554
enodeUpgradeOptionsMap := map[string]string{
554-
"allowLongHostnames": "true",
555+
"allowLongHostnames": "true",
556+
"rootToRootlessUpgrade": "true",
555557
}
556558
if strings.HasPrefix(initialChartVersion, "1.0") {
557559
dnodePodName = dnodeReleaseName + "-marklogic-0"

0 commit comments

Comments
 (0)