Skip to content
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

chore(ci): Retry failing E2E tests once using retry action #1781

Closed
wants to merge 1 commit into from

Conversation

corneliusroemer
Copy link
Contributor

@corneliusroemer corneliusroemer commented May 6, 2024

Setting up E2E takes long, so retrying once is effective to cut down on test times when things are flaky

@theosanderson
Copy link
Member

As before I'd raise the concern that this will cause us to check in flaky tests. (Will await the views of others)

@corneliusroemer
Copy link
Contributor Author

Hmm, flaky tests haven't been stopped by the current setup, not much seems to be done about them either other than rerunning ad hoc

@chaoran-chen
Copy link
Member

I wouldn't mind retrying once for now as long as we ensure that we take some time soonish (after launch) to improve the tests and remove the retry again.

@corneliusroemer
Copy link
Contributor Author

I think I've fixed some E2E flakiness via #1784 and #1783

While my E2E dev setup is terrible (inability to run E2E locally), the tests aren't that hard to read and playwright traces, docs and examples are useful enough to attempt some fixes, nonetheless.

Closing this for now to encourage myself to do more E2E test fixing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants