OWLS-96280: Regression : (WDT 2.0) Can not access wls console thru Port Forwarding in Mii Domain #2776
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
WDT 2.0 changed parsers where 'true' is converted to true, which is 1 in jython. Only a MII issue so only affected model_wdt_mii_filter.py so converted all conditionals that compared equality to 'true' string to boolean.
The following tests are resolved by this change:
oracle.weblogic.kubernetes.ItParameterizedDomain.testScaleClustersByPatchingDomainResource(Domain)
oracle.weblogic.kubernetes.ItProductionSecureMode.testVerifyProductionSecureMode
Kind cluster integration test results using WDT 2.0:
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/8700/
Following test failures are unrelated to this change:
oracle.weblogic.kubernetes.ItElasticLogging
oracle.weblogic.kubernetes.ItWlsSamples.testSampleDomainInPv
Kind cluster integration test results using WDT 1.9.20:
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/8710/
Following test failures are unrelated to this change:
oracle.weblogic.kubernetes.ItLivenessProbeCustomization.testCustomLivenessProbeFailureThresholdSuccessThreshold
oracle.weblogic.kubernetes.ItLiftAndShiftFromOnPremDomain.testCreateMiiDomainWithClusterFromOnPremDomain
oracle.weblogic.kubernetes.ItMiiSampleWlsMain.testWlsInitialUseCase
oracle.weblogic.kubernetes.ItMiiSampleFmwAux.testAIFmwInitialUseCase
oracle.weblogic.kubernetes.ItMiiSampleWlsAux.testAIWlsInitialUseCase
oracle.weblogic.kubernetes.ItPodsRestart.testServerPodsRestartByChaningPodSecurityContext is known test failure that is being resolved.