Skip to content
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: use setImmediate() in test-heapdump-shadowrealm.js #49573

Merged
merged 1 commit into from
Sep 11, 2023

Conversation

joyeecheung
Copy link
Member

With a tight loop the GC may not have enough time to kick in. Try setImmediate() instead.

Refs: #49572

With a tight loop the GC may not have enough time to kick in.
Try setImmediate() instead.
@nodejs-github-bot nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Sep 9, 2023
@joyeecheung joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label Sep 9, 2023
@joyeecheung
Copy link
Member Author

I am not sure if stress test work on debian and fedora boxes, but here it is https://ci.nodejs.org/job/node-stress-single-test/424/

@github-actions github-actions bot removed the request-ci Add this label to start a Jenkins CI on a PR. label Sep 9, 2023
@nodejs-github-bot
Copy link
Collaborator

@joyeecheung joyeecheung added the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 11, 2023
@nodejs-github-bot nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Sep 11, 2023
@nodejs-github-bot nodejs-github-bot merged commit dca4d84 into nodejs:main Sep 11, 2023
62 checks passed
@nodejs-github-bot
Copy link
Collaborator

Landed in dca4d84

ruyadorno pushed a commit that referenced this pull request Sep 28, 2023
With a tight loop the GC may not have enough time to kick in.
Try setImmediate() instead.

PR-URL: #49573
Refs: #49572
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
This was referenced Sep 28, 2023
alexfernandez pushed a commit to alexfernandez/node that referenced this pull request Nov 1, 2023
With a tight loop the GC may not have enough time to kick in.
Try setImmediate() instead.

PR-URL: nodejs#49573
Refs: nodejs#49572
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-ci PRs that need a full CI run. test Issues and PRs related to the tests.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants