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

Enable coverage, set jest maxWorkers to 2 #11983

Merged
merged 1 commit into from
Jan 8, 2018

Conversation

rickhanlonii
Copy link
Member

Overview

This PR will re-enable coverage and should fix the OOM issue

Closes #11975
Ref jestjs/jest#5239

Details

When running with --runInBand locally I get:

image

When running with --maxWorkers=2 locally I get:

image

As mentioned in the above issue, the React Circle build should allow for 2 workers

@gaearon gaearon merged commit 2618575 into facebook:master Jan 8, 2018
@gaearon
Copy link
Collaborator

gaearon commented Jan 8, 2018

Let’s give it a try!

@rickhanlonii rickhanlonii deleted the rh-enable-coverage branch January 8, 2018 02:44
ManasJayanth pushed a commit to ManasJayanth/react that referenced this pull request Jan 12, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-enable coverage
3 participants