Uh oh!
There was an error while loading. Please reload this page.
test_runner: fix timeout in *Each hook failing further tests - #48925
Conversation
nodejs-github-bot
commented
Jul 25, 2023
Review requested:
|
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.
rluvaton
commented
Jul 26, 2023
Cc @atlowChemi |
nodejs-github-bot
commented
Jul 27, 2023
nodejs-github-bot
commented
Jul 27, 2023
atlowChemi
commented
Jul 27, 2023
@rluvaton the new tests seem to be failing https://ci.nodejs.org/job/node-test-commit-linux/nodes=fedora-latest-x64/53007/consoleText |
@atlowChemi This is really weird as it passed in the GitHub Actions CI and locally... Is there any difference between Jenkins and GitHub Actions |
IMHO if we know it is flaky we should attempt to fix it and avoid merging a flaky test 🙂 |
I truly don't know enough to answer that. What I can say is searching for EDIT: OK, took the time to have a look at this 🙂 node/.github/workflows/test-linux.yml Line 4 in 4b3d964 build ci & make test-ci: Lines 578 to 579 in 4b3d964 Lines 545 to 559 in 4b3d964 Lines 511 to 515 in 4b3d964 parallel tests: https://github.com/nodejs/node/actions/runs/5661148767/job/15338439104?pr=48925#step:6:5504![]() |
rluvaton
commented
Jul 28, 2023
Thank you @atlowChemi for the detailed explanation! |
MoLow
commented
Jul 28, 2023
@atlowChemi |
rluvaton
commented
Jul 28, 2023
so it is running? |
rluvaton
commented
Jul 28, 2023
of course, just wanna know what I'm dealing with... if it's flaky running 1K times would help fail the test locally, if not then other things should be done... |
atlowChemi
commented
Jul 28, 2023
That is defined in |
MoLow
commented
Jul 28, 2023
yes, here: Lines 1562 to 1563 in 48345d0 it doesn't show up since the reporter/process indicator used (via |
PR-URL: nodejs#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: #48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
RafaelGSS
commented
Aug 17, 2023
Due to fact, #48877 didn't land cleanly on v20.x-staging. This PR somehow, depends on it. So we'll need a manual backport. Reference: https://github.com/nodejs/node/blob/main/doc/contributing/backporting-to-release-lines.md |
rluvaton
commented
Aug 18, 2023
PR-URL: nodejs#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: #48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs/node#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>
PR-URL: nodejs/node#48925 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Chemi Atlow <chemi@atlow.co.il>

Fix#48917