-
Notifications
You must be signed in to change notification settings - Fork 261
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
Fix wait-loop in domain E2E test #1919
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@dsimansk: 0 warnings.
In response to this:
Description
Changes
- Add trim to domain wait loop
There's an ongoing intermittent failure that causing flaked E2E tests. The wait loop doesn't seem to be very effective to prevent those. Trying to add simple string trim. Any other ideas are welcome. :)
/cc @rhuss
Reference
Fixes #
Release Note
NONE
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/test-infra repository.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1919 +/- ##
=======================================
Coverage 74.58% 74.58%
=======================================
Files 207 207
Lines 15563 15563
=======================================
Hits 11607 11607
Misses 3167 3167
Partials 789 789 ☔ View full report in Codecov by Sentry. |
5083765
to
2c4ed08
Compare
/test all |
/test integration-tests-latest-release_client_main |
/test integration-tests-latest-release_client_main |
It seems to be more stable, might be really a matter of sanitizing the string before in the wait loop then. |
For a quick comparison the other PR run into the issue with flake immediately, #1920. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but do you why there could be strings with spaces only occur ? 🤔 Feel free to unhold though.
/approve
/lgtm
/hold
/test all |
@rhuss with the recent run it's not really fixing anything, just a placebo. I'll try to debug it further. |
8e75391
to
ddd343c
Compare
There's potentially another flake unrelated to domain wait loop. |
/retest |
2 similar comments
/retest |
/retest |
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: dsimansk, rhuss The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/unhold |
Description
Changes
There's an ongoing intermittent failure that causing flaked E2E tests. The wait loop doesn't seem to be very effective to prevent those. Trying to add simple string trim. Any other ideas are welcome. :)
/cc @rhuss
Reference
Fixes #1873
Release Note