-
Notifications
You must be signed in to change notification settings - Fork 30k
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: skip test-runner-watch-mode on IBMi #48473
Conversation
Review requested:
|
CC @nodejs/platform-ibmi |
Thanks for pointing out that I've been trying to search on the repo and find technical reason why its unsupported by searching with: https://github.com/nodejs/node/issues?q=fs.watch+ibmi I haven't found much info on the reason its unsupported yet. Is fs.watchFile also not supported? The test case |
I would assume that it is not implemented in libuv, but I was only able to find this #30819
it uses
|
Thanks for the additional info! I agree since its using watch API and that is unsupported on IBM i we should skip this test. |
Landed in 0afd6e8 |
PR-URL: #48473 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: nodejs#48473 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: nodejs#48473 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #48473 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Richard Lau <[email protected]>
PR-URL: #48473 Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Nitzan Uziely <[email protected]> Reviewed-By: Richard Lau <[email protected]>
Fixes #48065
this skip exists in 21 other places: https://github.com/search?q=repo%3Anodejs%2Fnode+%22IBMi+does+not+support+%60fs.watch%28%29%60%22&type=code