-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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
deps: Update nghttp2
to v1.45.1
#40206
Conversation
@nodejs/http2 |
Seems like I got why the tests are failing 🤔, Since nghttp2/nghttp2#1613, Looking at the tests: We have And for 2nd test We have an extra space which is even included in unallowed characters https://github.com/thunder-coding/node/blob/2058eba38a715e1059a1bcf9e68ac2a04f25585b/deps/nghttp2/lib/nghttp2_helper.c#L511 |
Could you fix the tests? |
2058eba
to
37de13c
Compare
I didn't run the tests on GitPod (currently where I am building this PR on), but it seems like I need to test on GitPod itself as the CI refused to build due to force push. I will update as soon as the test completes |
I was able to run the tests on GitPod, should pass on CI too. Ready for review process |
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.
lgtm
The current build errors for |
7236460
to
adee0b3
Compare
The earlier test error for LinuxONE was due to some falky tests as said in the PR mentioned in the issue I mentioned in the earlier comments. And current errors are due to timeouts in tests (https://ci.nodejs.org/job/node-test-commit-linux/nodes=centos7-64-gcc8/43075/testReport/(root)/test/sequential_test_net_connect_econnrefused/), both can be safely skipped 😅 |
everything is in order, we'll land it after 48 hours have passed |
PR-URL: #40206 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Jiawen Geng <[email protected]>
Notable changes: * crypto: * update root certificates (Richard Lau) nodejs#40280 * tools: * update certdata.txt (Richard Lau) nodejs#40280 * deps: * update `nghttp2` to v1.45.1 (thunder-coding) nodejs#40206 * update V8 to 9.4.146.19 (Michaël Zasso) nodejs#40285 PR-URL: nodejs#40319
Notable changes: * crypto: * update root certificates (Richard Lau) nodejs#40280 * tools: * update certdata.txt (Richard Lau) nodejs#40280 * deps: * update `nghttp2` to v1.45.1 (thunder-coding) nodejs#40206 * update V8 to 9.4.146.19 (Michaël Zasso) nodejs#40285 PR-URL: nodejs#40319
Notable changes: * crypto: * update root certificates (Richard Lau) nodejs#40280 * tools: * update certdata.txt (Richard Lau) nodejs#40280 * deps: * update `nghttp2` to v1.45.1 (thunder-coding) nodejs#40206 * update V8 to 9.4.146.19 (Michaël Zasso) nodejs#40285 PR-URL: nodejs#40319
Notable changes: * crypto: * update root certificates (Richard Lau) nodejs#40280 * deps: * upgrade npm to 8.0.0 (npm team) nodejs#40369 * update `nghttp2` to v1.45.1 (thunder-coding) nodejs#40206 * update V8 to 9.4.146.19 (Michaël Zasso) nodejs#40285 * tools: * update certdata.txt (Richard Lau) nodejs#40280 PR-URL: nodejs#40319
Fixes #39449