-
Notifications
You must be signed in to change notification settings - Fork 220
[release-4.12] OCPBUGS-16621: Fix TestClientTLS flakes #964
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
[release-4.12] OCPBUGS-16621: Fix TestClientTLS flakes #964
Conversation
…esting new mTLS config
…eteWithOldPodTermination Also: - Rename pods to podList - When checking for old pod termination, only count the currently ready pods, instead of all pods
Follow-up to commit 20e4e38. * test/e2e/operator_test.go (waitForDeploymentCompleteWithOldPodTermination): Correct the function name in the godoc. Use "k8s.io/utils/pointer".Int32Deref, and respect the value in spec.replicas even if it is set explicitly to 0.
|
@openshift-cherrypick-robot: Jira Issue OCPBUGS-10846 has been cloned as Jira Issue OCPBUGS-16621. Will retitle bug to link to clone. DetailsIn response to this:
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-cherrypick-robot: This pull request references Jira Issue OCPBUGS-16621, which is invalid:
Comment The bug has been updated to refer to the pull request using the external bug tracker. DetailsIn response to this:
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. |
|
/jira refresh |
|
@Miciah: This pull request references Jira Issue OCPBUGS-16621, which is valid. The bug has been moved to the POST state. 6 validation(s) were run on this bug
Requesting review from QA contact: DetailsIn response to this:
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. |
|
/approve The PR is low-risk as it only changes E2E tests. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Miciah The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
e2e-aws-operator failed because must-gather failed. e2e-aws-ovn-upgrade failed because e2e-gcp-ovn-serial failed because This is possibly the same issue as OCPBUGS-10841, which was fixed in 4.14. I'll rerun tests after #959 merges. |
|
/test all |
|
e2e-aws-ovn-upgrade failed because I haven't seen that one before. Let's see whether it happens again. e2e-aws-operator failed because must-gather failed. |
|
e2e-aws-operator failed because must-gather failed. e2e-azure-ovn failed because the installer could not connect to the API: /test e2e-azure-ovn e2e-aws-ovn-upgrade failed because This looks like the same failure that was being tracked for 4.13 with OCPBUGS-6902 and fixed for 4.13 with openshift/origin#27715. I've initiated a backport: OCPBUGS-16696 / openshift/origin#28083. |
|
@openshift-cherrypick-robot: The following test failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
|
/label cherry-pick-approved |
|
@openshift-cherrypick-robot: Jira Issue OCPBUGS-16621: All pull requests linked via external trackers have merged: Jira Issue OCPBUGS-16621 has been moved to the MODIFIED state. DetailsIn response to this:
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. |
|
Fix included in accepted release 4.12.0-0.nightly-2023-08-03-070107 |
This is an automated cherry-pick of #904
/assign Miciah