-
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
test: update url test for win #35622
Conversation
I'm checking this result on Windows now: https://ci.nodejs.org/job/node-test-binary-windows-js-suites/6160/testReport/ Tests in cc have been fixed. |
I can build and run on windows locally if it helps. What I found is that the change seems to be problematic.
|
@Flarna Thank you for your warm help and for pointing the line. I just updated the line to force using the file protocol which is what we had and tests passed in my local with WSL2. Will trigger CI again to see if this fixes the Windows case. |
The latest CI result seems to be all green: https://ci.nodejs.org/job/node-test-pull-request/33562/. Thank you @Flarna for your help! |
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.
I think the commit message of the second commit should be changes as bootstrap was modified, not inspector.
That's right, I just updated the subsystem in the commit message to bootstrap, thank you.
|
If this fixes CI on master, should it be fast-tracked? |
Landed in 0aa2c5b...8a12e99 |
Unfortunately, the bot didn't squash the two commits into one so we have a broken commit on master. Probably not a big deal in this particular instance, but not something I want happening regularly. I guess we need to socialize using |
PR-URL: nodejs#35622 Fixes: nodejs#35621 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
PR-URL: nodejs#35622 Fixes: nodejs#35621 Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Richard Lau <rlau@redhat.com>
Follow up PR to #35477 (comment).
Fixes: #35621
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes