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 fails on RHEL/Rocky 9 #154

Open
hratcliffe opened this issue Dec 12, 2024 · 0 comments
Open

Test fails on RHEL/Rocky 9 #154

hratcliffe opened this issue Dec 12, 2024 · 0 comments

Comments

@hratcliffe
Copy link

hratcliffe commented Dec 12, 2024

Installing the current main fails to pass one of the tests with error

lbnl_ps.nhc...failed 94/116
TEST FAILED:  CPU time utilization for root-owned process >= 60m:  Got "0" but expected "1" 

System is Rocky 9, but I don't think this matters as it looks like a logic bug.

The check around line 197 in scripts/lbnl_ps.nhc does not check whether a specific owner has been set and thus ignores the root process even if OWNER is explicitly root, which looks like a bug as I'd expect this to take precedence.

Attached is a patch which fixes this, assuming that the expected order is 'specific owner' > 'all users = false' > 'ignore root'

nhcfix.patch

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant