-
Notifications
You must be signed in to change notification settings - Fork 196
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
Fix the test suite #352
Fix the test suite #352
Conversation
This gets the tests to pass! Although it would be nice to not need to commit the 1.4MB PLT file to the repository, but if it's the specific PLT for the tests than maybe that's fine. Although it would be nice to host this PLT and other PLT's in a GitHub release so that they can be dynamically downloaded on startup. Although there's a very large number of potential combinations so I'm not sure it's feasible to build them all. |
I think it's making it more difficult to track down the actual issue
After a lot of debugging, I believe that issue that was ailing our test suite was a compiler deadlock that manifested in Erlang 23 https://bugs.erlang.org/browse/ERL-1236
So simply upgrading the erlang version resolved the issue.