-
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
Maximum call stack size exceeeded whenever a fuzz test fails #290
Comments
Just to add some more information, I removed all my test files and add a test file a time to find what was causing the issue. I had a test for a decoder that was failing because I forgot to update it and that was causing the issue. When I fixed the test everything went back to normal, but I don't understand why it was yielding this error. |
Can you isolate the issue? Give us the smallest test (and app code) that causes the issue? |
Reproduced in the test runner CI here: https://travis-ci.org/rtfeldman/node-test-runner/jobs/437863929 |
Unfortunately #319 didn't fix this. I can still reproduce it on |
I'm converting an app to Elm 0.19 and I was updating my tests, I was just following any compiling issues I had and at some point I fixed them (at least I think so) and now I'm seeing the following error:
I'm using beta9 on a Win10 computer
I'm not sure how can I get more information to help with this issue, or if you have something else I can do to try it.
I'm not even sure if this is an
elm-test
issue orelm-explorations\test
issueThanks
The text was updated successfully, but these errors were encountered: