NO-JIRA: fix e2e spam#9059
Conversation
Replace waitForDaemonSetReady and waitForDaemonSetRollout with EventuallyObject-based implementations that only log on state changes, eliminating repetitive polling spam in test output. Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com> Commit-Message-Assisted-by: Claude (via Claude Code)
Add test/e2e/util/AGENTS.md requiring EventuallyObject/EventuallyObjects for all Kubernetes object polling and reference it from the root AGENTS.md. Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com> Commit-Message-Assisted-by: Claude (via Claude Code) Signed-off-by: Steve Kuznetsov <stekuznetsov@microsoft.com>
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@stevekuznetsov: This pull request explicitly references no jira issue. 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. |
|
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 (5)
📝 WalkthroughWalkthroughThe E2E utilities now document and use 🚥 Pre-merge checks | ✅ 11✅ Passed checks (11 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/label acknowledge-critical-fixes-only |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jparrill, stevekuznetsov 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 |
|
/pipeline required |
|
Scheduling tests matching the |
Test Resultse2e-aws
Failed TestsTotal failed tests: 6
... and 1 more failed tests e2e-aks
|
|
@stevekuznetsov: 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. |
refactor(e2e): replace DaemonSet polling loops with EventuallyObject
Replace waitForDaemonSetReady and waitForDaemonSetRollout with
EventuallyObject-based implementations that only log on state changes,
eliminating repetitive polling spam in test output.
Signed-off-by: Steve Kuznetsov stekuznetsov@microsoft.com
Commit-Message-Assisted-by: Claude (via Claude Code)
docs(e2e): add async assertion guidance for e2e util package
Add test/e2e/util/AGENTS.md requiring EventuallyObject/EventuallyObjects
for all Kubernetes object polling and reference it from the root AGENTS.md.
Signed-off-by: Steve Kuznetsov stekuznetsov@microsoft.com
Commit-Message-Assisted-by: Claude (via Claude Code)
Signed-off-by: Steve Kuznetsov stekuznetsov@microsoft.com
Summary by CodeRabbit
Documentation
Tests