jakecastelli
jakecastelli
Thanks, it was my terminal (zsh), after adding `*` it works, it can create the folders recursively.
Thanks for the explanation @tniessen @RafaelGSS I traced to `is_granted` method in `fs_permission.cc` and found out it was cached. I am thinking this probably should be documented in the _Limitations...
maybe we can get CI started again? 👀
Haven't got back from @benjamingr yet on https://github.com/nodejs/node/pull/53533#discussion_r1667749702, shall we land this bug fix first and I can try to create a follow up PR to improve it.
Yes, I can still get timeout on main - it is reproducible in every 1000 run.
Can I ask how to ask the `./tools/test.py` to print `console.log`s, I tried with `-v` flag `./tools/test.py --repeat=1000 -v test/parallel/test-pipe-file-to-http.js` but I still cannot see the console output from `console.log`
`end` is emitted ``` Path: parallel/test-pipe-file-to-http end Command: out/Release/node node/test/parallel/test-pipe-file-to-http.js --- TIMEOUT --- ```
I tried a few more runs - sometimes the `end` is not printed though my code snippet for conosle log ```js res.on('end', () => { console.log('end called'); assert.strictEqual(count, fileSize); console.log('closing...
Do you have any idea why `Warning: disabling flag --expose_wasm due to conflicting flags` showed up when I only used `--jitless` 👀
I figured out the watch capability is limited in AIX which caused the test in CI on that platform to fail.