jakecastelli

Results 68 comments of jakecastelli
trafficstars

This is caused by `FileWatcher` being in the `filter` mode when you run `node --watch --test`, which means it finds all the test files at the start and store it...

Cheers mate, I've also found that rename, delete a watched test file would cause to throw an error #53113.

Sure! Let me know if you need a hand or something

@brettearle sure, I have reached you out.

I will take a look at your PR asap

Fixed by https://github.com/nodejs/node/pull/54225, thanks for the hard work @pmarchini 🚀

@MoLow I have added tests to cover both `rename` and `delete` a watched test file 👍 could you please take a look when you have time

Could someone help me to kick start the CI? 👀 Thanks!

Looks like there are a few failing jobs (most likely flaky tests 👀) I guess they need a rerun?

I dug a bit on this on and I think first of all this is a macOS related issue as it cannot reproduce on Linux. I think this its related...