-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Console output swallowed with parallel execution #6042
Comments
Note: this is a similar issue to #2441, but I've added additional details around how parallelism will cause this. I'm trying to reproduce on a smaller repo, but running into other bugs around the concurrency heuristic in Jest. |
I noticed that |
not sure if it helps anyone here, but am using Node v8.10.0, and while this wasn't working with Jest v21.x, after I upgraded to v23.1.0, it worked. This is regardless wether using parallel execution (on 25+ tests) or using the |
I think this was fixed by #6871 (available in Jest 24), so optimistically closing |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug report
What is the current behavior?
Parallel execution will cause subsequent parallel tests to swallow console output.
Add the following to any jsdom/node test:
Add multiple tests so parallel runs happen while this test is running.
What is the expected behavior?
You will see 10 lines of console logging in standard out.
Note: Running with CI=true fixes the issue
Please provide your exact Jest configuration
Standard jest environment, using the multi-project runner.
Run
npx envinfo --preset jest
in your project directory and paste theresults here
The text was updated successfully, but these errors were encountered: