Skip to content

Conversation

@xiancao
Copy link
Contributor

@xiancao xiancao commented Feb 7, 2022

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 change the class name as follows ...
ItParameterizedDomainNoLB.java --> ItParameterizedDomains.java
ItParameterizedDomain.java --> ItParameterizedDomainsWithLoadBalancer.java

@xiancao xiancao requested a review from anpanigr February 7, 2022 23:08
@anpanigr
Copy link
Member

anpanigr commented Feb 8, 2022

(a) Can you make the similar change to the file ItParameterizedDomainWithLoadBalancer.java
(1) Modify the test class description (2) Use the default domain resource value (b) Modify the scaling test case name

(b) Need to modify the kindtest.sh to exclude ItParameterizedDomain class when no profile is selected see line 314

(c) Re(run) the jenkin job with new profile after the change

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.

remove crio-pipeline profile

@xiancao xiancao requested a review from anpanigr February 9, 2022 16:47
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.

lgtm

@xiancao xiancao requested a review from anpanigr February 10, 2022 23:59
@anpanigr
Copy link
Member

Sorry for last minute suggestion
Can you rename ItParameterizedDomain.java to ItMultiDomainModels.java to reflect the use cases
and ItParameterizedDomainWithLoadBalancer.java to ItMultiDomainModelsWithLoadBalancer.java

Copy link
Contributor

@vanajamukkara vanajamukkara left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LG, suggested some minor changes

* @param replicaCount - repica count of the clsuter
* @return oracle.weblogic.domain.Domain object
*/
public static Domain createDomainOnPVAndVerify(String domainUid,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
public static Domain createDomainOnPVAndVerify(String domainUid,
public static Domain createDomainOnPVAndVerify(String domainUid,
Suggested change
public static Domain createDomainOnPVAndVerify(String domainUid,
public static Domain createDomainResourceForDomainOnPV(String domainUid,

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed


// Verify the domain custom resource is created.
// Also verify the admin server pod and managed server pods are up and running.
createDomainAndVerify(domainUid, domain, domainNamespace, domainUid + "-" + ADMIN_SERVER_NAME_BASE,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove this from here and call it from createDomainOnPvUsingWdt instead

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

.domainType(WLS_DOMAIN_TYPE))
.introspectorJobActiveDeadlineSeconds(300L)));
setPodAntiAffinity(domain);
createDomainAndVerify(domain, domainNamespace);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

call createDomainAndVerify(String domainUid, Domain domain,
String domainNamespace, String adminServerPodName,
String managedServerPodNamePrefix, int replicaCount) and remove the code to check pods

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

* @param replicaCount replica count of the cluster
* @return oracle.weblogic.domain.Domain object
*/
public static Domain createDomainInImageAndVerify(String domainUid,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make similar changes here - change method name to createDomainResourceForDomainInImage and move createDomainAndVerify outside

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed

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.

lgtm

@robertpatrick robertpatrick merged commit 396ec74 into release/3.3 Feb 14, 2022
@robertpatrick robertpatrick deleted the xc-96069 branch February 14, 2022 18:32
xiancao added a commit that referenced this pull request Feb 15, 2022
* create wls-srg profile

* add wls-srg profile

* create wls-srg profile

* cleanup

* resolve merge conflicts

* fix syntax error

* restore jenkinsScript.sh

* add more tests to wls-srg

* add more tests to wls-srg

* add more tests to wls-srg

* fix class name

* address Pani's comments

* update copyright

* address Pani's comments

* address Pani's comments

* address Vanaja's comments

* cleanup

* address Pani's comments

* address Pani's comments

* address Vanaja's comments
robertpatrick pushed a commit that referenced this pull request Feb 27, 2022
…in (#2787)

* create wls-srg profile for a minimal wko certification (#2767)

* create wls-srg profile

* add wls-srg profile

* create wls-srg profile

* cleanup

* resolve merge conflicts

* fix syntax error

* restore jenkinsScript.sh

* add more tests to wls-srg

* add more tests to wls-srg

* add more tests to wls-srg

* fix class name

* address Pani's comments

* update copyright

* address Pani's comments

* address Pani's comments

* address Vanaja's comments

* cleanup

* address Pani's comments

* address Pani's comments

* address Vanaja's comments

* update kindtest
rjeberhard pushed a commit to rjeberhard/weblogic-kubernetes-operator that referenced this pull request Jun 7, 2023
* create wls-srg profile

* add wls-srg profile

* create wls-srg profile

* cleanup

* resolve merge conflicts

* fix syntax error

* restore jenkinsScript.sh

* add more tests to wls-srg

* add more tests to wls-srg

* add more tests to wls-srg

* fix class name

* address Pani's comments

* update copyright

* address Pani's comments

* address Pani's comments

* address Vanaja's comments

* cleanup

* address Pani's comments

* address Pani's comments

* address Vanaja's comments
rjeberhard pushed a commit to rjeberhard/weblogic-kubernetes-operator that referenced this pull request Jun 7, 2023
* create wls-srg profile

* add wls-srg profile

* create wls-srg profile

* cleanup

* resolve merge conflicts

* fix syntax error

* restore jenkinsScript.sh

* add more tests to wls-srg

* add more tests to wls-srg

* add more tests to wls-srg

* fix class name

* address Pani's comments

* update copyright

* address Pani's comments

* address Pani's comments

* address Vanaja's comments

* cleanup

* address Pani's comments

* address Pani's comments

* address Vanaja's comments
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