FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

test: fix flaky test-vm-memleak by Trott · Pull Request #38054 · nodejs/node · GitHub

/ node Public

test: fix flaky test-vm-memleak - #38054

Merged
Trott merged 1 commit into
nodejs:masterfrom
Trott:fix-flaky-memleak
Apr 5, 2021
Merged

test: fix flaky test-vm-memleak#38054
Trott merged 1 commit into
nodejs:masterfrom
Trott:fix-flaky-memleak

Conversation

Trott commented Apr 3, 2021

Copy link
Copy Markdown
Member

Force garbage collection so that the memory leak is more easily
differentiated from ordinary not-garbage-collected memory.

Refs: #34289

nodejs-github-bot added needs-ci PRs that need a full CI run. test Issues and PRs related to the tests. labels Apr 3, 2021
Trott added the flaky-test Issues and PRs related to the tests with unstable failures on the CI. label Apr 3, 2021

Trott commented Apr 3, 2021
edited
Loading

Copy link
Copy Markdown
Member Author

Trott commented Apr 3, 2021

Copy link
Copy Markdown
Member Author

Pummel tests aren't run (yet) in node-test-pull-request CI jobs, so the pummel CI above should be sufficient here.

Trott mentioned this pull request Apr 3, 2021
2 tasks

Trott commented Apr 3, 2021

Copy link
Copy Markdown
Member Author

(This fixes it on FreeBSD and probably elsewhere, but the test reliably fails on AIX, probably because the baseline RSS is too high. I'll adjust the test further in another PR to address AIX specifically.)

Force garbage collection so that the memory leak is more easily
differentiated from ordinary not-garbage-collected memory.

Refs: nodejs#34289

PR-URL: nodejs#38054
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Trott force-pushed the fix-flaky-memleak branch from 7724d38 to 4f387c2 Compare April 5, 2021 05:01
Trott merged commit 4f387c2 into nodejs:master Apr 5, 2021

Trott commented Apr 5, 2021

Copy link
Copy Markdown
Member Author

Landed in 4f387c2

Trott deleted the fix-flaky-memleak branch April 5, 2021 05:02
targos pushed a commit that referenced this pull request Sep 7, 2021
Force garbage collection so that the memory leak is more easily
differentiated from ordinary not-garbage-collected memory.

Refs: #34289

PR-URL: #38054
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

flaky-test Issues and PRs related to the tests with unstable failures on the CI. 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.

5 participants


Back | FazBrowse Home | New Git URL