test: fix test-vm-memleak for high baseline platforms · nodejs/node@a0492ba · GitHub
Skip to content

Commit a0492ba

Browse files
Trottjasnell
authored andcommitted
test: fix test-vm-memleak for high baseline platforms
test-vm-memleak always fails on AIX in CI because the test checks that total memory consumption is less than 64 Mb, but AIX uses over 100 Mb just as a baseline. So instead, let's compare the memory consumption to the baseline and make sure it is within 32 Mb. PR-URL: #38062 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Ash Cripps <acripps@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 30d7f05 commit a0492ba

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

test/pummel/test-vm-memleak.js

Lines changed: 4 additions & 2 deletions

0 commit comments

Comments
 (0)