-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
#1495 Enable parallel tests. #3220
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
base: main
Are you sure you want to change the base?
#1495 Enable parallel tests. #3220
Conversation
See #1495 (comment) |
@marciovmartins if you don't mind, let's keep the PR open (and we will get to it soon), just so that jupiter's parallel mode would work, too (without requiring code changes) :) |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. If you believe this is a mistake, please reply to this comment to keep it open. If there isn't one already, a PR to fix or at least reproduce the problem in a test case will always help us get back on track to tackle this. |
Any ETA on this one? |
Ping |
Any plans to review and merge the PR? |
starting up only one container for shared containers and setup in some parent class.
21325fc
to
6b95ba0
Compare
@marciovmartins, @bsideup, any ETA, please? |
@pavlo-sv I don't think this will ever happen, see the link to the the issue request and the discussion there. Part of my test was copied here: |
A container can be shared among different tests classes via container defined in a base class for parallel tests.
I used synchronized because right now the execution is single threaded, booting up one container after other. In the future I would like to change it to run in threads.
Related Issue:
#1495