-
Notifications
You must be signed in to change notification settings - Fork 179
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
Node.js tests failing #385
Comments
Now using node v10.12.0 (npm v6.4.1)
|
Now using node v8.12.0 (npm v6.4.1)
|
As you can see, passes on Node 8 LTS, but fails on Node 10 |
Thats great info. But that failure is actually separate from what happens on Travis, which is from Running "mochaTest:nodejs" (mochaTest) task
Error: PhantomJS exited with 1 null 'Unknown PhantomJS error':...
Error: PhantomJS exited with 1 null 'Unknown PhantomJS error':...
|
Yes - but if the main tests fail on node 10, then maybe whatever is breaking the mocha ones is also effecting these :) |
I'll run those through both nodes to confirm |
If you try to run the command outside of mocha directly, you get the same error:
|
Should the coffeescript in jsjob not be transpiled ? I also notice there's a few warning on that package that other updates break it's build: https://github.com/flowhub/jsjob/issues |
I've been doing some testing on jsjob - there's a lot of failing tests on it's master branch. |
This issue is not fixed yet. Is anyone working on this ? Request kind help. It is breaking with the exact same problem on Node v12.11.1 as well. |
Happens at least on Travis CI. For example: https://travis-ci.org/flowhub/the-graph/builds/454191240
Because of this they are currently disabled in Grunt.
The text was updated successfully, but these errors were encountered: