Skip to content

Conversation

@sankarpn
Copy link
Member

@sankarpn sankarpn commented Jun 24, 2022

  • Need to use correct mySql driver for 12.2.1.3 and 12.2.1.4
  • Make the Model configuration methods to be public
  • Retry getting the service account tokens if it fails

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/

Copy link
Member

@anpanigr anpanigr left a 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

@sonarqubecloud
Copy link

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

}

String getModelHome() {
public String getModelHome() {
Copy link
Member

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?

Copy link
Member Author

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.

Copy link
Member

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?

Copy link
Member Author

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.

@sankarpn sankarpn requested review from anpanigr and ddsharpe June 27, 2022 20:54
@sankarpn sankarpn requested a review from rjeberhard June 28, 2022 01:20
@rjeberhard rjeberhard merged commit 8f243ec into release/3.4 Jun 28, 2022
@rjeberhard rjeberhard deleted the altran-fix-061722 branch June 28, 2022 10:32
rjeberhard pushed a commit to rjeberhard/weblogic-kubernetes-operator that referenced this pull request Apr 14, 2023
* Fix for failing tests in altran certification exercise
rjeberhard pushed a commit that referenced this pull request Apr 19, 2023
* Fix for failing tests in altran certification exercise
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.

4 participants