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

Maximum call stack size exceeeded whenever a fuzz test fails #290

Open
thitemple opened this issue Sep 17, 2018 · 4 comments · Fixed by #319
Open

Maximum call stack size exceeeded whenever a fuzz test fails #290

thitemple opened this issue Sep 17, 2018 · 4 comments · Fixed by #319
Labels

Comments

@thitemple
Copy link

thitemple commented Sep 17, 2018

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

image

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 or elm-explorations\test issue

Thanks

@thitemple
Copy link
Author

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.

@mgold
Copy link
Collaborator

mgold commented Sep 21, 2018

Can you isolate the issue? Give us the smallest test (and app code) that causes the issue?

@rtfeldman
Copy link
Owner

Reproduced in the test runner CI here: https://travis-ci.org/rtfeldman/node-test-runner/jobs/437863929

@rtfeldman
Copy link
Owner

Unfortunately #319 didn't fix this. I can still reproduce it on master with any failing fuzz test. (Non fuzz tests seem to be fine though.)

@rtfeldman rtfeldman changed the title Maximum call stack size exceeeded Maximum call stack size exceeeded whenever a fuzz test fails Nov 20, 2018
@rtfeldman rtfeldman added the bug label Nov 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants