Skip to content

Conversation

@marinakog
Copy link
Contributor

@marinakog marinakog commented Apr 28, 2022

@marinakog marinakog requested review from sankarpn and xiancao April 28, 2022 19:11
Copy link
Member

@sankarpn sankarpn left a comment

Choose a reason for hiding this comment

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

lgtm

return domain;
}

private static boolean domainHasRollingCondition(Domain domain) {
Copy link
Member

Choose a reason for hiding this comment

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

I believe these conditions doesn't exist in 3.4. It will not make the tests to fail, so its fine.

Copy link
Member

Choose a reason for hiding this comment

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

Let's remove the assertion. It's strange to assert for the lack of a condition that doesn't exist in 3.4.

@xiancao
Copy link
Contributor

xiancao commented Apr 29, 2022

Can you update the pom.xml to replace ItKubernetesEvents to ItKubernetesDomainEvents?

import java.util.Arrays;
import java.util.List;
import java.util.Map;
import java.util.Properties;
Copy link
Contributor

Choose a reason for hiding this comment

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

update the copyright of ItKubernetesDomainEvents.java
// Copyright (c) 2022, Oracle and/or its affiliates.

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

@marinakog marinakog requested a review from xiancao April 29, 2022 19:23
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

logger.info("Checking if the admin server {0} is shutdown in namespace {1}",
adminServerPodName, domainNamespace1);
checkPodDoesNotExist(adminServerPodName, domainUid, domainNamespace1);
adminServerPodName, domainNamespace5);
Copy link
Member

Choose a reason for hiding this comment

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

You have a lot of changed lines where the only change is that you moved the content over another tab stop? Why? If it's just the configuration of your editor, can you update its formatting so that it doesn't make as many unnecessary changes?

@sonarqubecloud
Copy link

sonarqubecloud bot commented May 2, 2022

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 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@rjeberhard rjeberhard merged commit 546476a into release/3.4 May 2, 2022
@rjeberhard rjeberhard deleted the eventbackport34 branch May 2, 2022 18:28
rjeberhard pushed a commit to rjeberhard/weblogic-kubernetes-operator that referenced this pull request Apr 14, 2023
…ies (oracle#3008)

* Backported to 3.4 ItKubernetesEvents changes to remove test dependencies
rjeberhard pushed a commit that referenced this pull request Apr 19, 2023
…ies (#3008)

* Backported to 3.4 ItKubernetesEvents changes to remove test dependencies
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.

5 participants