test-runner-watch-mode.mjs
fails with a timeout when using Node as a shared library #49513
Closed
Description
Version
v21.0.0-pre
Platform
Ubuntu 22.04
Subsystem
No response
What steps will reproduce the bug?
./configure --debug --shared
make -j4
out/Debug/node --expose-internals ./test/parallel/test-runner-watch-mode.mjs
How often does it reproduce? Is there a required condition?
always, both Debug and Release
What is the expected behavior? Why is that the expected behavior?
Doesn't timeout
What do you see instead?
Timeouts
Additional information
Appeared recently - 3 to 4 months