Uh oh!
There was an error while loading. Please reload this page.
test: fix test-permission-deny-fs-wildcard (win32) - #47095
Conversation
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'. Fixes: nodejs#47093
RafaelGSS
commented
Mar 14, 2023
Does it need fast-track? |
tniessen
commented
Mar 14, 2023
I don't think that's strictly necessary; while the test fails during coverage-windows, the coverage jobs seem to ignore test outcomes, and Jenkins uses the |
richardlau
commented
Mar 14, 2023
Not sure if this is the cause of this test failing on the Windows on arm64 CI: #47020 |
Fast-track has been requested by @tniessen. Please 👍 to approve. |
tniessen
commented
Mar 14, 2023
@richardlau I don't know either, but I'll propose fast-tracking and we'll see. |
nodejs-github-bot
commented
Mar 14, 2023
nodejs-github-bot
commented
Mar 15, 2023
Landed in 1cfe058 |
The test fails on Windows when the working directory is not on a 'C:' drive. For example, it always fails during the coverage-windows GitHub action, which runs tests on drive 'D:'.
Fixes: #47093