Skip to content

Commit c82631b

Browse files
authored
Fixed intermittent failure in ItMiiDynamicUpdatePart1.testMiiUpdateDynamicClusterSize in r3.4 (#3435)
1 parent b3a182f commit c82631b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItMiiDynamicUpdatePart1.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.runClientInsidePod;
4747
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.runJavacInsidePod;
4848
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.testUntil;
49+
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.withLongRetryPolicy;
4950
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.withQuickRetryPolicy;
5051
import static oracle.weblogic.kubernetes.utils.CommonTestUtils.withStandardRetryPolicy;
5152
import static oracle.weblogic.kubernetes.utils.FileUtils.copyFileToPod;
@@ -437,7 +438,7 @@ void testMiiUpdateDynamicClusterSize() {
437438
// The client sends 300 messsage to a Uniform Distributed Queue.
438439
// Make sure the messages are distributed across the members evenly
439440
// and JMS connection is load balanced across all servers
440-
testUntil(
441+
testUntil(withLongRetryPolicy,
441442
runClientInsidePod(helper.adminServerPodName, helper.domainNamespace,
442443
"/u01", "JmsTestClient", "t3://" + domainUid + "-cluster-cluster-1:8001", "4", "true"),
443444
logger,

0 commit comments

Comments
 (0)