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

Look at automatically retrying E2E tests #33980

Closed
vcanales opened this issue Aug 10, 2021 · 2 comments
Closed

Look at automatically retrying E2E tests #33980

vcanales opened this issue Aug 10, 2021 · 2 comments
Assignees
Labels
[Status] In Progress Tracking issues with work in progress [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. [Type] Enhancement A suggestion for improvement.

Comments

@vcanales
Copy link
Member

In the context of improving e2e test performance and stability, we can look into ways for retrying failing tests automatically. GitHub Action doesn't currently support this natively, and it doesn't seem to be coming yet, regardless of community requests.

One approach that I'm experimenting with is caching previous results in order to use them in subsequent runs if necessary, using actions/cache.

@vcanales vcanales added the [Type] Enhancement A suggestion for improvement. label Aug 10, 2021
@vcanales vcanales self-assigned this Aug 10, 2021
@gziolo gziolo added the [Status] In Progress Tracking issues with work in progress label Aug 11, 2021
@gziolo
Copy link
Member

gziolo commented Aug 11, 2021

Related PRs: #33979, #31682.

@skorasaurus skorasaurus added the [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. label May 5, 2022
@ellatrix
Copy link
Member

This was done in #34432.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Status] In Progress Tracking issues with work in progress [Type] Automated Testing Testing infrastructure changes impacting the execution of end-to-end (E2E) and/or unit tests. [Type] Enhancement A suggestion for improvement.
Projects
None yet
Development

No branches or pull requests

4 participants