-
Notifications
You must be signed in to change notification settings - Fork 463
NO-ISSUE: Fix e2e ocl intermittent failures #5595
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
NO-ISSUE: Fix e2e ocl intermittent failures #5595
Conversation
Three fixes to address intermittent test failures in CI: 1. TestControllerEventuallyReconciles timeout issue: - Increased job completion timeout from 10 to 20 minutes - Test simulates adverse conditions (scaled down deployments) - Image builds can take longer in resource-constrained CI environments 2. Rate limiter exhaustion in log streaming: - Reduced log streaming retry interval from 2s to 5s - Multiple concurrent goroutines were making API calls too frequently - 60% reduction in API call rate prevents rate limiter exhaustion 3. HTTP/2 connection errors failing tests: - Made log streaming errors non-fatal (log warnings instead) - API server closes long-running log streams when pods terminate - Log collection is for debugging, not a test requirement - Tests now pass/fail based on actual functionality
|
/test e2e-gcp-op-ocl |
1 similar comment
|
/test e2e-gcp-op-ocl |
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: djoshy, umohnani8 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 |
|
/verified bypass only test changes |
|
@djoshy: The 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. |
|
/retitle NO-ISSUE: Fix e2e ocl intermittent failures |
|
@umohnani8: 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. |
|
/hold in case you want to wait for the test to finish |
|
/hold cancel |
|
@umohnani8: 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. |
Fixing some of the intermittent test failures