-
Notifications
You must be signed in to change notification settings - Fork 3
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
ILP kit v4 does not run on node v7 #90
Comments
@dappelt What is the error? Is there an upstream issue at SQLite about this? |
As discussed during the team meeting, @justmoon mentioned that the version of SQLite we are using has some issues with node v8. Maybe he can provide details. |
Triggered https://circleci.com/gh/interledgerjs/ilp-kit/2413 to check if the integration tests are really currently failing in master. |
https://circleci.com/gh/interledgerjs/ilp-kit/2412 seems to successfully run with node 8? |
It failed. Convinced now? ;-)
This test run executed only ILP kit's integration test suite. So it demonstrates that ILP kit works with node v8. The problem is that we cannot upgrade all CI projects to node v8, due to the aforementioned incompatibility with SQLite. Anyway, the tests should only be suspended temporarily. @justmoon said the dependency on SQLite will soon be removed. Then we can upgrade all repos to node v8. |
I couldn't reproduce your "Failed to compile" error on circleci, |
Look closely through the log output of the build you triggered and you will see it. It's a bit hard to spot.
That issue does not let the integration tests fail, but it is still annoying and should be fixed. |
Closed, ILP Kit no longer used in integration tests. |
Trying to run ILP kit v4 on node v7 results in a compilation error (to be more precise, the code in ./client does not compile). In consequence, the integration tests are failing:
Changing node to v8 solves the problem for the ILP kit tests, but apparently, with node v8 some tests involving SQLite are failing. To avoid integration tests failing, ILP kit's integration tests are disabled. Once @sentientwaffle is done with adapting the integration tests to ILPv4 and makes them node v8 compatible, we should reenable ILP kit's integration tests.
The text was updated successfully, but these errors were encountered: