-
Notifications
You must be signed in to change notification settings - Fork 227
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
Re-enable hapi tests in Node.js 10 #455
Comments
For details see #449 |
Qard
pushed a commit
to Qard/apm-agent-nodejs
that referenced
this issue
Aug 4, 2018
Qard
pushed a commit
to Qard/apm-agent-nodejs
that referenced
this issue
Aug 7, 2018
Qard
added a commit
that referenced
this issue
Aug 7, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We disabled hapi tests in Node 10 because of a bug in Node core/V8. This should have been fixed since Node 10.4.0, but if we reenable the tests, they start failing. As far as I can see this is for different reasons and might just be because hapi behaves slightly different on Node 10 (and our test suite expects it to behave like normal). So we'll have to go over each failing test and see if it's expected behavior and if so just fix the tests.
The text was updated successfully, but these errors were encountered: