Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OWLS-96280: Regression : (WDT 2.0) Can not access wls console thru Port Forwarding in Mii Domain #2776

Merged
merged 4 commits into from
Feb 14, 2022

Conversation

lennyphan
Copy link
Member

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.

Pull and merge latest from main branch
@robertpatrick robertpatrick merged commit d5edcdf into main Feb 14, 2022
@robertpatrick robertpatrick deleted the OWLS-96280 branch February 14, 2022 17:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants