Skip to content

Commit 0ef067c

Browse files
committed
call webAppLoadBalancing when cluster size is 3
1 parent 6bdad71 commit 0ef067c

File tree

1 file changed

+4
-1
lines changed
  • integration-tests/src/test/java/oracle/kubernetes/operator

1 file changed

+4
-1
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,9 @@ public void testClusterScaling(Operator operator, Domain domain) throws Exceptio
315315
+ replicas);
316316
}
317317

318+
// commenting the load balance check, bug 29325139
319+
domain.verifyWebAppLoadBalancing(TESTWEBAPP);
320+
318321
replicas = 2;
319322
podName = domainUid + "-" + managedServerNameBase + (replicas + 1);
320323
logger.info("Scale down to " + replicas + " managed servers");
@@ -332,7 +335,7 @@ public void testClusterScaling(Operator operator, Domain domain) throws Exceptio
332335
+ replicas);
333336
}
334337
// commenting the load balance check, bug 29325139
335-
domain.verifyWebAppLoadBalancing(TESTWEBAPP);
338+
// domain.verifyWebAppLoadBalancing(TESTWEBAPP);
336339
logger.info("Done - testClusterScaling");
337340
}
338341

0 commit comments

Comments
 (0)