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

Fix PortSysinfoTest failure when running as root #6513

Merged
merged 2 commits into from
May 16, 2022

Commits on May 16, 2022

  1. Fix PortSysinfoTest failure when running as root

    PortSysinfoTest.sysinfo_test_sysinfo_set_limit_FILE_DESCRIPTORS fails
    when running as root. Make sure setrlimit does not lower the hard limit
    below the soft limit as this is not allowed, even as root.
    
    Signed-off-by: Eric Yang <[email protected]>
    EricYangIBM committed May 16, 2022
    Configuration menu
    Copy the full SHA
    3040bff View commit details
    Browse the repository at this point in the history
  2. Fix indentation in a test

    Signed-off-by: Eric Yang <[email protected]>
    EricYangIBM committed May 16, 2022
    Configuration menu
    Copy the full SHA
    1991edd View commit details
    Browse the repository at this point in the history