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

E2e tests need more resources in CI #1050

Open
2 tasks done
cquinn540 opened this issue Dec 9, 2024 · 1 comment
Open
2 tasks done

E2e tests need more resources in CI #1050

cquinn540 opened this issue Dec 9, 2024 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@cquinn540
Copy link
Collaborator

Terms

Behavior

Currently even when running in sequential mode some tests will time out randomly. This indicates that the environment the e2e tests run in does not have adequate resources.

The github action environment either needs more CPU / memory / etc, or perhaps the action needs to create a separate github environment that can be used to run the tests with more resources. Ideally we should have enough resources in the CI e2e test environment to run the tests in parallel without random timeout failures.

@cquinn540 cquinn540 added the bug Something isn't working label Dec 9, 2024
@cquinn540
Copy link
Collaborator Author

cquinn540 commented Dec 9, 2024

In fact ideally this e2e environment should mirror the prod environment as much as we are able, though obviously it will not be at the same scale as prod.

@andrewtavis andrewtavis added the help wanted Extra attention is needed label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
Status: Todo
Development

No branches or pull requests

2 participants