OCPBUGS-86789: Make early request monitor test informing#31323
Conversation
Early requests have been occurring and have been uncaught due to an event emission error in KAS. Making it informing here (for now) allows us to keep collecting data on it but not block the event emission fix on an actual early request fix (both of which need to happen).
|
Pipeline controller notification For optional jobs, comment This repository is configured in: automatic mode |
WalkthroughA new import alias Graceful termination test update
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 13 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (13 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Scheduling required tests: |
|
/retest |
|
The type assertion in https://github.com/openshift/kubernetes/pull/356/changes#diff-0f5f60e15dd9d3f03072c40e330d918d6afcb81144af5162f87741102e425566R123 has failed silently from the beginning because the type of the anonymous bound method stored in unexpectedRequestsEventf is distinct from the named type "eventfFunc", even though both types are functions with identical signatures. As a result, the event this monitor expects could never be emitted. This means the we have no valid history for the test in question as a baseline for comparison. There's a release blocking issue to fix the early/unready requests that are now surfacing (https://redhat.atlassian.net/browse/OCPBUGS-86789), but I think it's reasonable to unblock the rebase by temporarily making the test non-blocking. It is effectively a new test. |
|
/retest |
I agree with this, sounds like we have a plan. /lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bertinatto, jacobsee 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 |
|
/retitle OCPBUGS-86789: Make early request monitor test informing |
|
@jacobsee: This pull request references Jira Issue OCPBUGS-86789, which is valid. The bug has been moved to the POST state. 3 validation(s) were run on this bug
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 openshift-eng/jira-lifecycle-plugin repository. |
|
/verified by ci |
|
@jacobsee: This PR has been marked as verified by 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 openshift-eng/jira-lifecycle-plugin repository. |
|
@jacobsee: all tests passed! 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-sigs/prow repository. I understand the commands that are listed here. |
|
@jacobsee: Jira Issue Verification Checks: Jira Issue OCPBUGS-86789 Jira Issue OCPBUGS-86789 has been moved to the MODIFIED state and will move to the VERIFIED state when the change is available in an accepted nightly payload. 🕓 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 openshift-eng/jira-lifecycle-plugin repository. |
Early requests have been occurring and have been uncaught due to an event emission error in KAS. Making it informing here (for now) allows us to keep collecting data on it but not block the event emission fix on an actual early request fix (both of which need to happen).
Summary by CodeRabbit