| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@nodejs/http2 |
Sorry, something went wrong.
|
Seems like I got why the tests are failing 🤔, Since nghttp2/nghttp2#1613, nghttp2 checks for allowed characters in :method and :path. Looking at the tests: We have undefined as one of the methods, which is probably causing the issue 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 |
Sorry, something went wrong.
|
Could you fix the tests? |
Sorry, something went wrong.
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 |
Sorry, something went wrong.
|
I was able to run the tests on GitPod, should pass on CI too. Ready for review process |
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm
Sorry, something went wrong.
Sorry, something went wrong.
|
The current build errors for node-test-commit-linuxone seems to be related to nodejs/build#1847 which was closed due to inactivity. The issue is still persistent and needs to reopened and fixed. nodejs/build#2563. Same errors occured for FreeBSD |
Sorry, something went wrong.
Sorry, something went wrong.
|
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 😅 |
Sorry, something went wrong.
Sorry, something went wrong.
|
everything is in order, we'll land it after 48 hours have passed |
Sorry, something went wrong.
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
* 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
| Back | FazBrowse Home | New Git URL |
Fixes #39449