-
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: fix test-worker-broadcastchannel-wpt #36353
Conversation
This comment has been minimized.
This comment has been minimized.
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.
Good catch. I got distracted and forgot that CI hadn't been run after I had rebased and updated this. +1 for fast tracking assuming it goes through. I'd also be +1 on temporarily marking this flaky or commenting out this part of the test until the ordering can be revisited
Yeah, if this doesn't pass, I'll modify it to skip on Windows and leave a TODO comment. Since the feature is experimental, that should be fine. |
d3cbd20
to
4e147fc
Compare
Well, that fixes the test case that fails currently, but something else fails later on. Put in code to skip the thing later on and trying CI again. In the meantime, taking out of draft mode and requesting fast-track. We already have one fast-track approval from @jasnell. Another one, anyone? |
This comment has been minimized.
This comment has been minimized.
Optimistic possible fix for a broken test on Windows. PR-URL: nodejs#36353 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
4e147fc
to
c91e608
Compare
Landed in c91e608 |
Optimistic possible fix for a broken test on Windows. PR-URL: #36353 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Optimistic possible fix for a broken test on Windows. PR-URL: nodejs#36353 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Optimistic possible fix for a broken test on Windows.
Checklist
make -j4 test
(UNIX), orvcbuild test
(Windows) passes