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() {
464464 testSupport .verifyCompletionThrowable (ApiException .class );
465465 }
466466
467- // TBD This test fails - don't know why.
468- // @Test
467+ @ Test
469468 public void whenCompliantPodExists_recordIt () {
470469 initializeExistingPod (createPodModel ());
471470 testSupport .runSteps (getStepFactory (), terminalStep );
@@ -563,7 +562,7 @@ V1Container createPodSpecContainer() {
563562 .addEnvItem (envItem ("NODEMGR_HOME" , NODEMGR_HOME ))
564563 .addEnvItem (
565564 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" , "" ))
567566 .addEnvItem (envItem ("SERVICE_NAME" , LegalNames .toServerServiceName (UID , getServerName ())))
568567 .addEnvItem (envItem ("AS_SERVICE_NAME" , LegalNames .toServerServiceName (UID , ADMIN_SERVER )))
569568 .livenessProbe (createLivenessProbe ())
You can’t perform that action at this time.
0 commit comments