-
Notifications
You must be signed in to change notification settings - Fork 79
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
Elm-test hangs indefinitely #295
Comments
Thanks! I'm assuming this is a duplicate of #288 but I appreciate having a separate issue - more data is better! 👍 |
I think c123c8 introduced this, but I've had no luck isolating why. It only seems to happen on Travis CI, not on local Linux systems. I'm gonna try rewriting that commit incrementally, pushing to Travis whenever I get it to a state where it works locally again, and see if I can isolate the part of that refactor that introduced the problem. |
I'm hitting this while running locally (not in CI) with elm-test 0.19.0-beta9 on macos 10.14 Mojave with npm 5.4.2. Fresh install, ran a half dozen times no problem, now hanging every run. Small test suite with two tests, was running sub-second. |
@Brucker would it be possible for you to share the tests in question? |
@rtfeldman It was the tests copied below. I downgraded to beta8 and that worked. Just upgraded to beta10 and so far so good.
|
Includes http://www.kev.pulo.com.au/libsysconfcpus/ to unblock elm-test issues with too many cpus reported: elm-community/elm-test#70 rtfeldman/node-test-runner#295
Perhaps every 20th build on our CI, elm-test (0.19.0-beta9) hangs. It just stops right after these messages:
Aborting and retrying the tests works.
This was not a problem with 0.18 and the previous elm-test version.
We have no more than 100 test cases in 10 files.
The text was updated successfully, but these errors were encountered: