-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Build on node 9 on Circle #4851
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4851 +/- ##
==========================================
- Coverage 60.74% 60.16% -0.58%
==========================================
Files 198 198
Lines 6605 6620 +15
Branches 3 3
==========================================
- Hits 4012 3983 -29
- Misses 2593 2637 +44
Continue to review full report at Codecov.
|
Huh, weird failure |
Seems like |
99f79dd
to
f7d97c5
Compare
Ergh, unsure about the failure now. Seems like it just hung? |
|
||
// Node 9 started to include the error for `doesNotThrow` | ||
// https://github.com/nodejs/node/pull/12167 | ||
if (Number(process.versions.node.split('.')[0]) >= 9) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a fan of this, but can live with it. Worth to refactor this test one day though.
I re-ran the job, but locally I can confirm that running tests in parallel on Node 9 holds the Jest process (Node 8 kills it). Not sure if that's Node's fault, because running our test suite with |
Rebased on master and reverted the migration to |
Didn't seem to help, hanging on the examples :( |
Easy reproduction of the error: |
Is it related to react-native somehow? Might be a coincidence, but the linked issue from the node core issue tracker is also react-native. nodejs/node#17040 @cpojer I don't really know how to debug this, so a shot in the dark might be asking some react-native folks at fb if they know of any issues with node 9? Or if you have any ideas on how to figure out what's hanging, it would be much appreciated 🙂 |
Is this using the latest version of RN? I'm assuming it doesn't reproduce locally? |
Running |
Rebased now that #5050 is merged, fingers crossed! 🤞 |
Got unwanted exception. | ||
err! | ||
err! | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gah, these trailing spaces gets killed every time I rebase, and I keep forgetting to add them back in :P
Node 9 is green, yay! |
Awesome! |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
Node 9 is out, we should test on it.
Thoughts on doing full CI run on node 8, and partial on node 6? Node 8 is LTS now, and it should speed up the build somewhat
Test plan
Green CI