-
Notifications
You must be signed in to change notification settings - Fork 394
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
🐛 tmc e2e: fix Syncer virtual workspace e2e test flakes #2767
🐛 tmc e2e: fix Syncer virtual workspace e2e test flakes #2767
Conversation
... until the TMC e2e tests are made shard-aware. Signed-off-by: David Festal <[email protected]>
/retest |
1 similar comment
/retest |
... everywhere in the Syncer VW tests. This will help in hunting the flakes. Signed-off-by: David Festal <[email protected]>
/retest |
1 similar comment
/retest |
/test |
@davidfestal: The
Use In 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/test-infra repository. |
/test e2e |
re-running the e2e tests several times to checks for flakes. |
@ncdc if the tests pass again this time would you approve ? |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ncdc 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 |
Summary
TMC E2E: Attempt at fixing Syncer virtual workspace e2e test flakes.
Not sure it would fix them all, but at east it fixes a possible cause, and increases log details (through the use of
framework.Eventually
instead ofrequire.Eventually
Related issue(s)
Fixes #