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

SIM-CI-Run tests in parallel #528

Open
AgustinRamiroDiaz opened this issue Sep 19, 2024 · 0 comments
Open

SIM-CI-Run tests in parallel #528

AgustinRamiroDiaz opened this issue Sep 19, 2024 · 0 comments

Comments

@AgustinRamiroDiaz
Copy link
Contributor

Backend tests with pytest are ran sequentially, which is not a problem for unit tests in general

The thing is that e2e tests are very slow, and they are running sequentially.
Running e2e tests in parallel will

  • improve times
  • save resources
  • test concurrency and multi-tenancy

The only downside I see is that when debugging and reading logs we might get confused, but that's something we can leverage by running the tests locally and improving logs

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

No branches or pull requests

1 participant