Skip to content

OCPBUGS-13106: Add ingress controller status logging on waitForIngressControllerCondition#924

Merged
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
gcs278:OCPBUGS-13106-logging
Jun 22, 2023
Merged

OCPBUGS-13106: Add ingress controller status logging on waitForIngressControllerCondition#924
openshift-merge-robot merged 1 commit intoopenshift:masterfrom
gcs278:OCPBUGS-13106-logging

Conversation

@gcs278
Copy link
Contributor

@gcs278 gcs278 commented May 4, 2023

This will help debug flakes in which waitForIngressControllerCondition fails, but there is no logging of status condition reasons or messages which would help with debugging.

test/e2e/operator_test.go: Add ingress controller status logging on waitForIngressControllerCondition

For OCPBUGS-13106, TestInternalLoadBalancer* and TestScopeChange GCP CI flakes, it fails because DNSReady:False and LoadBalancerReady:False are false, but doesn't provide additional information presented in the Ingress Controller Status conditions.

This is also a general improvement that would help with future failures of waitForIngressControllerCondition

@openshift-ci-robot openshift-ci-robot added jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. labels May 4, 2023
@openshift-ci-robot
Copy link
Contributor

@gcs278: This pull request references Jira Issue OCPBUGS-13106, which is invalid:

  • expected the bug to target the "4.14.0" version, but no target version was set

Comment /jira refresh to re-evaluate validity if changes to the Jira bug are made, or edit the title of this pull request to link to a different bug.

The bug has been updated to refer to the pull request using the external bug tracker.

Details

In response to this:

This will help with flakes in which waitForIngressControllerCondition fails, but there is no logging of status condition reasons or messages which would help with debugging.

test/e2e/operator_test.go: Add ingress controller status logging on waitForIngressControllerCondition

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot requested review from frobware and rfredette May 4, 2023 14:41
@gcs278
Copy link
Contributor Author

gcs278 commented May 4, 2023

/jira refresh

@openshift-ci-robot openshift-ci-robot added jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. labels May 4, 2023
@openshift-ci-robot
Copy link
Contributor

@gcs278: This pull request references Jira Issue OCPBUGS-13106, which is valid. The bug has been moved to the POST state.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state New, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @lihongan

Details

In response to this:

/jira refresh

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci-robot openshift-ci-robot removed the jira/invalid-bug Indicates that a referenced Jira bug is invalid for the branch this PR is targeting. label May 4, 2023
@openshift-ci openshift-ci bot requested a review from lihongan May 4, 2023 14:41
@openshift-ci-robot
Copy link
Contributor

@gcs278: This pull request references Jira Issue OCPBUGS-13106, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @lihongan

Details

In response to this:

This will help with flakes in which waitForIngressControllerCondition fails, but there is no logging of status condition reasons or messages which would help with debugging.

test/e2e/operator_test.go: Add ingress controller status logging on waitForIngressControllerCondition

For OCPBUGS-13106, TestInternalLoadBalancer* and TestScopeChange GCP CI flakes, it fails because DNSReady:False and LoadBalancerReady:False are false, but doesn't provide additional information presented in the Ingress Controller Status conditions.

This is also a general improvement that would help with future failures of waitForIngressControllerCondition

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@gcs278 gcs278 force-pushed the OCPBUGS-13106-logging branch from a74f119 to d9d80e4 Compare May 4, 2023 16:37
@gcs278
Copy link
Contributor Author

gcs278 commented May 5, 2023

TestUnmanagedDNSToManagedDNSInternalIngressController Failures
/retest

@gcs278 gcs278 force-pushed the OCPBUGS-13106-logging branch from d9d80e4 to 56deb68 Compare May 10, 2023 15:26
@frobware
Copy link
Contributor

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 10, 2023
@gcs278 gcs278 force-pushed the OCPBUGS-13106-logging branch from 56deb68 to 944d1a6 Compare May 10, 2023 15:32
@openshift-ci openshift-ci bot removed the lgtm Indicates that a PR is ready to be merged. label May 10, 2023
@candita
Copy link
Contributor

candita commented May 10, 2023

/assign @frobware

…sControllerCondition

This will help with flakes in which waitForIngressControllerCondition fails, but
there is no logging of status condition reasons or messages which would help with
debugging.

`test/e2e/operator_test.go`: Add ingress controller status logging on
waitForIngressControllerCondition
@gcs278 gcs278 force-pushed the OCPBUGS-13106-logging branch from 944d1a6 to 00e85e1 Compare May 10, 2023 15:36
@frobware
Copy link
Contributor

/lgtm
/approve

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label May 10, 2023
@openshift-ci
Copy link
Contributor

openshift-ci bot commented May 10, 2023

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: frobware

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label May 10, 2023
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 6d9676e and 2 for PR HEAD 00e85e1 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 960d410 and 1 for PR HEAD 00e85e1 in total

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 108acb3 and 0 for PR HEAD 00e85e1 in total

@openshift-ci-robot
Copy link
Contributor

/hold

Revision 00e85e1 was retested 3 times: holding

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 23, 2023
@gcs278
Copy link
Contributor Author

gcs278 commented May 24, 2023

TestAWSELBConnectionIdleTimeout failures, https://issues.redhat.com/browse/OCPBUGS-13810
/retest-required

@gcs278
Copy link
Contributor Author

gcs278 commented May 24, 2023

/retest-required
hypershift ready failure..this is an e2e logging fix, so no association

@gcs278
Copy link
Contributor Author

gcs278 commented May 30, 2023

/unhold
/retest

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label May 30, 2023
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 90d2fea and 2 for PR HEAD 00e85e1 in total

@gcs278
Copy link
Contributor Author

gcs278 commented May 30, 2023

TestAWSELBConnectionIdleTimeout and other unrelated failures
/retest-required

@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 5725691 and 1 for PR HEAD 00e85e1 in total

@Miciah
Copy link
Contributor

Miciah commented Jun 1, 2023

/hold
#939 is top priority; make sure it merges first.

@openshift-ci openshift-ci bot added the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 1, 2023
@Miciah
Copy link
Contributor

Miciah commented Jun 21, 2023

/hold cancel
/test all

@openshift-ci openshift-ci bot removed the do-not-merge/hold Indicates that a PR should not merge because someone has issued a /hold command. label Jun 21, 2023
@openshift-ci-robot
Copy link
Contributor

/retest-required

Remaining retests: 0 against base HEAD 038b86c and 2 for PR HEAD 00e85e1 in total

@openshift-ci-robot
Copy link
Contributor

@gcs278: This pull request references Jira Issue OCPBUGS-13106, which is valid.

3 validation(s) were run on this bug
  • bug is open, matching expected state (open)
  • bug target version (4.14.0) matches configured target version for branch (4.14.0)
  • bug is in the state POST, which is one of the valid states (NEW, ASSIGNED, POST)

Requesting review from QA contact:
/cc @ShudiLi

Details

In response to this:

This will help debug flakes in which waitForIngressControllerCondition fails, but there is no logging of status condition reasons or messages which would help with debugging.

test/e2e/operator_test.go: Add ingress controller status logging on waitForIngressControllerCondition

For OCPBUGS-13106, TestInternalLoadBalancer* and TestScopeChange GCP CI flakes, it fails because DNSReady:False and LoadBalancerReady:False are false, but doesn't provide additional information presented in the Ingress Controller Status conditions.

This is also a general improvement that would help with future failures of waitForIngressControllerCondition

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

@openshift-ci openshift-ci bot requested a review from ShudiLi June 21, 2023 13:43
@Miciah
Copy link
Contributor

Miciah commented Jun 22, 2023

e2e-aws-operator failed because must-gather failed.
/test e2e-aws-operator

e2e-aws-ovn-serial failed because [sig-network][Feature:EgressIP][apigroup:operator.openshift.io] [external-targets][apigroup:user.openshift.io][apigroup:security.openshift.io] pods should have the assigned EgressIPs and EgressIPs can be deleted and recreated failed. I have filed OCPBUGS-15283 for these failures.
/test e2e-aws-ovn-serial

e2e-hypershift failed because TestUpgradeControlPlane/EnsureNoCrashingPods failed:

{Failed  === RUN   TestUpgradeControlPlane/EnsureNoCrashingPods
    util.go:457: Container cluster-storage-operator in pod cluster-storage-operator-59cff88848-95pfr has a restartCount > 0 (1)
    --- FAIL: TestUpgradeControlPlane/EnsureNoCrashingPods (0.09s)
}

This failure has been reported on Slack.
/test e2e-hypershift

@Miciah
Copy link
Contributor

Miciah commented Jun 22, 2023

e2e-aws-operator failed again because must-gather failed.
/test e2e-aws-operator

@openshift-ci
Copy link
Contributor

openshift-ci bot commented Jun 22, 2023

@gcs278: The following test failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-aws-ovn-single-node 00e85e1 link false /test e2e-aws-ovn-single-node

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here.

@openshift-merge-robot openshift-merge-robot merged commit 3c362e2 into openshift:master Jun 22, 2023
@openshift-ci-robot
Copy link
Contributor

@gcs278: Jira Issue OCPBUGS-13106: All pull requests linked via external trackers have merged:

Jira Issue OCPBUGS-13106 has been moved to the MODIFIED state.

Details

In response to this:

This will help debug flakes in which waitForIngressControllerCondition fails, but there is no logging of status condition reasons or messages which would help with debugging.

test/e2e/operator_test.go: Add ingress controller status logging on waitForIngressControllerCondition

For OCPBUGS-13106, TestInternalLoadBalancer* and TestScopeChange GCP CI flakes, it fails because DNSReady:False and LoadBalancerReady:False are false, but doesn't provide additional information presented in the Ingress Controller Status conditions.

This is also a general improvement that would help with future failures of waitForIngressControllerCondition

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. bugzilla/valid-bug Indicates that a referenced Bugzilla bug is valid for the branch this PR is targeting. jira/valid-bug Indicates that a referenced Jira bug is valid for the branch this PR is targeting. jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants