File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
operator/src/test/java/oracle/kubernetes/operator/helpers Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -464,8 +464,7 @@ public void whenNoPod_retryOnFailure() {
464
464
testSupport .verifyCompletionThrowable (ApiException .class );
465
465
}
466
466
467
- // TBD This test fails - don't know why.
468
- // @Test
467
+ @ Test
469
468
public void whenCompliantPodExists_recordIt () {
470
469
initializeExistingPod (createPodModel ());
471
470
testSupport .runSteps (getStepFactory (), terminalStep );
@@ -563,7 +562,7 @@ V1Container createPodSpecContainer() {
563
562
.addEnvItem (envItem ("NODEMGR_HOME" , NODEMGR_HOME ))
564
563
.addEnvItem (
565
564
envItem ("SERVER_OUT_IN_POD_LOG" , Boolean .toString (INCLUDE_SERVER_OUT_IN_POD_LOG )))
566
- .addEnvItem (envItem ("LOG_HOME" , LOG_HOME + "/" + UID ))
565
+ .addEnvItem (envItem ("LOG_HOME" , "" ))
567
566
.addEnvItem (envItem ("SERVICE_NAME" , LegalNames .toServerServiceName (UID , getServerName ())))
568
567
.addEnvItem (envItem ("AS_SERVICE_NAME" , LegalNames .toServerServiceName (UID , ADMIN_SERVER )))
569
568
.livenessProbe (createLivenessProbe ())
You can’t perform that action at this time.
0 commit comments