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: fix test-vm-memleak for high baseline platforms #38062

Closed
wants to merge 1 commit into from

Commits on Apr 5, 2021

  1. 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.
    Trott committed Apr 5, 2021
    Configuration menu
    Copy the full SHA
    d03a58b View commit details
    Browse the repository at this point in the history