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 |
|
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 <matteo.collina@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
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