Skip to content

Commit 3be8feb

Browse files
Merge pull request #2701 from oracle/backport-aux
Backport integ test PR#2663 for ItMiiAuxiliaryImage to release/3.3
2 parents 01f3bb4 + 69277b8 commit 3be8feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright (c) 2021, Oracle and/or its affiliates.
1+
// Copyright (c) 2021, 2022, Oracle and/or its affiliates.
22
// Licensed under the Universal Permissive License v 1.0 as shown at https://oss.oracle.com/licenses/upl.
33

44
package oracle.weblogic.kubernetes;
@@ -479,7 +479,7 @@ void testErrorPathDomainMismatchMountPath() {
479479
assertDoesNotThrow(() -> createDomainCustomResource(domainCR), "createDomainCustomResource throws Exception");
480480

481481
// check the introspector pod log contains the expected error message
482-
String expectedErrorMsg = "Auxiliary Image: Dir '/errorpath' doesn't exist or is empty. Exiting.";
482+
String expectedErrorMsg = "cp: can't stat '/errorpath/*': No such file or directory";
483483
verifyIntrospectorPodLogContainsExpectedErrorMsg(domainUid, errorpathDomainNamespace, expectedErrorMsg);
484484

485485
// check the domain event contains the expected error message

0 commit comments

Comments
 (0)