-
-
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
Travis Node v4.0.0 and v4.1.0: A worker process has quit unexpectedly #595
Comments
Which version of jest are you using? There must be something bad going on in one of your tests. Have you been able to isolate which test is throwing up? |
@cpojer Sorry, I forgot to mention, I'm using the Thanks |
Can you try to disable coverage and see if it stops reproing? The list of tests being reported is misleading because it fails to run certain tests. So it would be good to know which tests always pass and whether it is always the same test that causes the crash. |
I just disabled the coverage and pushed it. I think this url so you can see the output. Thanks |
@cpojer It worked, I disabled the coverage and tests passed. So it seems like this an issue from istanbul right? |
Yeah, coverage is a little bit flaky unfortunately. If you have time to look into this, I would suggest forking jest and upgrading istanbul and see if the issue goes away. |
@cpojer Sorry I didn't reply before; I re enabled the coverage, but I set the if I have a time today, I'll fork it and try the latest version of istanbul and let you know. Thanks! |
Closing this since it's not directly related to Jest but rather one of the dependencies. |
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. |
I'm trying to run my project tests on Travis-ci but I keep getting random failures with the following message:
The suite has 19 tests, and sometimes it stops in the middle of the suite and throws the error. Everything seems to be working just fine on my mac (node
v4.0.0
) so I'm assuming it's an issue with Travis.Here's my
.travis.yml
file (the compiler options are fornode-gyp
):I even set the concurrent jobs to
1
, not sure if that can affect (sometimes one fails and the other pass). Any ideas?Thanks.
The text was updated successfully, but these errors were encountered: