-
Notifications
You must be signed in to change notification settings - Fork 29.6k
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-runner-watch-mode is flaky #49605
Comments
cc @nodejs/test_runner |
is anyone able to reproduce with |
I'm also unable to reproduce on macOS (Apple Silicon)
… On 11 Sep 2023, at 20:43, Moshe Atlow ***@***.***> wrote:
is anyone able to reproduce with tools/test.py --repeat=1000 test/parallel/test-runner-watch-mode.mjs?
—
Reply to this email directly, view it on GitHub <#49605 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/ADNFTDL5SQPSJ6DLA3ZAKCLXZ5LTJANCNFSM6AAAAAA4TFU45E>.
You are receiving this because you are on a team that was mentioned.
|
The flakes in the CI only show up in Linux ARM and Linux + shared library. I am guessing using a similar setup may help reproducing the issues. Or you can try using the the CI boxes. |
Looks like this also comes up to people running Ubuntu 22.04 locally too #49513 |
PR-URL: nodejs#49627 Refs: nodejs#49605 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: nodejs/node#49627 Refs: nodejs/node#49605 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
PR-URL: nodejs/node#49627 Refs: nodejs/node#49605 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: LiviaMedeiros <livia@cirno.name> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
parallel/test-runner-watch-mode
Example
Refs: nodejs/reliability#662
From the full log it looks like something is quite wrong in the test, it keeps getting stuck at tons of
Updating /home/iojs/node-tmp/.tmp.2479/dependency.js
until the 2 minute timeout is reached (my guess is it has more to do with how the test is written)https://ci.nodejs.org/job/node-test-binary-armv7l/7355/RUN_SUBSET=js,nodes=ubuntu2004-armv7l/consoleText
The text was updated successfully, but these errors were encountered: