-
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: fix timeout of test-heap-prof.js in riscv devices #42674
Conversation
In riscv hardware test-heap-prof.js caused timeout in test. Because of weak performance. So there is a need to set TIMEOUT_SCALEFACTOR for riscv too. Fixes: nodejs#40152
Hello @ArchFeh, with this PR now approved, are there any open tasks or is it ready to be merged? |
Hi! I think it is ready to be merged. Thanks! |
Hello @jasnell! With this PR approved and ready, what are the outstanding steps required for it to be merged? |
oy, I would have expected this to have landed already :-/ ... I'll start a CI run again just to confirm but this should be able to land now. |
Commit Queue failed- Loading data for nodejs/node/pull/42674 ✔ Done loading data for nodejs/node/pull/42674 ----------------------------------- PR info ------------------------------------ Title test: fix timeout of test-heap-prof.js in riscv devices (#42674) Author Yu Gu (@ArchFeh, first-time contributor) Branch ArchFeh:riscv -> nodejs:main Labels build, test, tools, python, needs-ci Commits 1 - test: fix timeout of test-heap-prof.js in riscv devices Committers 1 - ArchFeh PR-URL: https://github.com/nodejs/node/pull/42674 Fixes: https://github.com/nodejs/node/issues/40152 Reviewed-By: James M Snell ------------------------------ Generated metadata ------------------------------ PR-URL: https://github.com/nodejs/node/pull/42674 Fixes: https://github.com/nodejs/node/issues/40152 Reviewed-By: James M Snell -------------------------------------------------------------------------------- ℹ This PR was created on Sat, 09 Apr 2022 16:14:48 GMT ✔ Approvals: 1 ✔ - James M Snell (@jasnell) (TSC): https://github.com/nodejs/node/pull/42674#pullrequestreview-941119183 ✔ Last GitHub CI successful ✖ No Jenkins CI runs detected -------------------------------------------------------------------------------- ✔ Aborted `git node land` session in /home/runner/work/node/node/.ncuhttps://github.com/nodejs/node/actions/runs/3168192279 |
Landed in 186745b |
In riscv hardware test-heap-prof.js caused timeout in test because of weak performance. So there is a need to set TIMEOUT_SCALEFACTOR for riscv too.
Fixes: #40152