NO-JIRA: test(e2e): extend AWS guest resource cleanup timeout#8124
NO-JIRA: test(e2e): extend AWS guest resource cleanup timeout#8124sjenning merged 1 commit intoopenshift:mainfrom
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: sjenning 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 |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository YAML (base), Organization UI (inherited) Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
📝 WalkthroughWalkthroughThe ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
/lgtm |
|
Scheduling tests matching the |
|
/override ci/prow/e2e-aks |
|
@sjenning: 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. |
|
@sjenning: Overrode contexts on behalf of sjenning: ci/prow/e2e-aks, ci/prow/e2e-aks-4-21, ci/prow/e2e-aws-4-21, ci/prow/e2e-aws-upgrade-hypershift-operator, ci/prow/e2e-azure-self-managed, ci/prow/e2e-kubevirt-aws-ovn-reduced, ci/prow/e2e-v2-aws 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-sigs/prow repository. |
|
/retest-required |
Increase the timeout for validating AWS guest resources deletion from 15 minutes to 25 minutes to allow more time for cloud resources to be properly cleaned up during test teardown. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #8124 +/- ##
=======================================
Coverage 26.83% 26.83%
=======================================
Files 1090 1090
Lines 105229 105229
=======================================
Hits 28242 28242
Misses 74559 74559
Partials 2428 2428
🚀 New features to boost your workflow:
|
Test Resultse2e-aws
Failed TestsTotal failed tests: 2
e2e-aks
|
be14454 to
ed56576
Compare
|
New changes are detected. LGTM label has been removed. |
|
Scheduling tests matching the |
|
@sjenning: 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. |
|
/override ci/prow/e2e-aks |
|
@sjenning: Overrode contexts on behalf of sjenning: ci/prow/e2e-aks, ci/prow/e2e-aks-4-21, ci/prow/e2e-aws, ci/prow/e2e-aws-4-21, ci/prow/e2e-aws-upgrade-hypershift-operator, ci/prow/e2e-azure-self-managed, ci/prow/e2e-kubevirt-aws-ovn-reduced, ci/prow/e2e-v2-aws 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-sigs/prow repository. |
|
/verified by @sjenning |
|
@sjenning: 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. |
|
@sjenning: 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. |
Increase the timeout for validating AWS guest resources deletion from 15 minutes to 25 minutes to allow more time for cloud resources to be properly cleaned up during test teardown.
This is difficult to debug since the HCP dump occurs before the HC deletion, however, in the
destroy.logthere is a repeatable ~21m gap between these two log entriesI think the flaky nature of this issue is due to transient AWS throttling/load.
Summary by CodeRabbit
Note
Low Risk
Low risk test-only change that only increases teardown wait time; main impact is potentially longer e2e runtime when AWS resources are slow to delete.
Overview
In e2e AWS teardown, increases the
validateAWSGuestResourcesDeletedFuncpolling timeout for detecting remaining tagged guest resources from 15 minutes to 25 minutes, keeping the same 20s poll interval and validation logic to reduce cleanup-related flakes.Written by Cursor Bugbot for commit ed56576. This will update automatically on new commits. Configure here.