-
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
fixup! test: set test-worker-nearheaplimit-deadlock flaky #50277
fixup! test: set test-worker-nearheaplimit-deadlock flaky #50277
Conversation
I edited the OP to remove the |
4b081e1
to
bae1e41
Compare
Makes sense! Btw, I had to change the commit message since having |
Can someone please request |
Fast-track has been requested by @richardlau. Please 👍 to approve. |
Commit Queue failed- Loading data for nodejs/node/pull/50277 ✔ Done loading data for nodejs/node/pull/50277 ----------------------------------- PR info ------------------------------------ Title fixup! test: set test-worker-nearheaplimit-deadlock flaky (#50277) ⚠ Could not retrieve the email or name of the PR author's from user's GitHub profile! Branch StefanStojanovic:mefi-test-worker-nearheaplimit-deadlock-flaky-2 -> nodejs:main Labels test, fast-track, author ready, needs-ci Commits 1 - test: set test-worker-nearheaplimit-deadlock flaky Committers 1 - StefanStojanovic PR-URL: https://github.com/nodejs/node/pull/50277 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/50277 Reviewed-By: Richard Lau Reviewed-By: Yagiz Nizipli -------------------------------------------------------------------------------- ℹ This PR was created on Thu, 19 Oct 2023 10:58:20 GMT ✔ Approvals: 2 ✔ - Richard Lau (@richardlau) (TSC): https://github.com/nodejs/node/pull/50277#pullrequestreview-1687369552 ✔ - Yagiz Nizipli (@anonrig) (TSC): https://github.com/nodejs/node/pull/50277#pullrequestreview-1687520300 ℹ This PR is being fast-tracked ✘ This PR needs to wait 23 more hours to land (or 0 hours if there is 1 more approval (👍) of the fast-track request from collaborators). ✔ Last GitHub CI successful ℹ Last Full PR CI on 2023-10-19T17:01:00Z: https://ci.nodejs.org/job/node-test-pull-request/55019/ - Querying data for job/node-test-pull-request/55019/ ✔ Last Jenkins CI successful -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/6586894859 |
From what I see this is why it failed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
PR-URL: #50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
Landed in b4cc3e2 |
PR-URL: #50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: nodejs#50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: #50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: nodejs/node#50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
PR-URL: nodejs/node#50277 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Yagiz Nizipli <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
The test is only flaky on x86 Windows.
This is a fixup to #50238 because
process.arch
returnsia32
and notx86
on x86 node.exe on Windows.