Uh oh!
There was an error while loading. Please reload this page.
watch mode: use recursive fs.watch - #45271
Conversation
CC @anonrig |
anonrig
commented
Nov 1, 2022
CC @nodejs/fs |
nodejs-github-bot
commented
Nov 1, 2022
b5f62bb to
5dbf508CompareMoLow
commented
Nov 5, 2022
@anonrig do you have any idea why this might crash the CI? |
anonrig
left a comment
There was a problem hiding this comment.
I mostly think that due to the async nature of fs.watch is causing the errors to fail. Please add a timeout after listening
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5dbf508 to
75f4a97CompareMoLow
commented
Nov 5, 2022
@anonrig I have implemented your suggestions, but it is not just a test failure - the build seems to crash |
75f4a97 to
1699f00Compareanonrig
commented
Nov 7, 2022
I think you need to skip the tests for only AIX and IBMi. |
MoLow
commented
Nov 7, 2022
I am just trying to figure out why the build is crashing |
c0fefbe to
fa63c9bCompare170cade to
2d6f225CompareUh oh!
There was an error while loading. Please reload this page.
2d6f225 to
7b63ee7CompareMoLow
commented
Nov 13, 2022
will handle this after #45214 since they conflict as well |
6812665 to
dc77925Compare
anonrig
left a comment
There was a problem hiding this comment.
I believe that the issue with lib/internal/fs/recursive_watch.js should be committed separately in a different pull request. Other than that, I've added some comments. Thank you for your contribution!
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
dc77925 to
93532f3Compare93532f3 to
03e801dCompare
follow up for #45098
adapting recursive file watching into watch mode