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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Central YAML (inherited) Review profile: CHILL Plan: Enterprise Run ID: 📒 Files selected for processing (1)
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 |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: jacobsee The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
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. |
|
@jacobsee: The following tests 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-sigs/prow repository. I understand the commands that are listed here. |
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