-
Notifications
You must be signed in to change notification settings - Fork 216
Fix for failing tests in altran certification exercise. #3208
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
Conversation
…rnetes-operator into altran-fix-061722
anpanigr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you post the jenkin results with latest release/3.4
…rnetes-operator into altran-fix-061722
…ernetes/ItMiiDomainModelInPV.java
|
Kudos, SonarCloud Quality Gate passed!
|
| } | ||
|
|
||
| String getModelHome() { | ||
| public String getModelHome() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not see anything in this PR that requires these visibility options to change. Why did you promote these methods to public?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When I was debugging the wdt logs folder creation issue I noticed that dumping the domain cr didn't print the modelHome configuration and found these methods without public identifier. After changing the access modifiers I was able to see it in the debug logs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are there other get/set methods that need to be similarly adjusted? How were you doing the dump?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
logger.info(Yaml.dump(domainCR));
I didn't see any other method that needs change.
* Fix for failing tests in altran certification exercise
* Fix for failing tests in altran certification exercise








https://build.weblogick8s.org:8443/job/wko-okd-test/383/
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/11220/
https://build.weblogick8s.org:8443/job/weblogic-kubernetes-operator-kind-new/11222/