-
Notifications
You must be signed in to change notification settings - Fork 197
ENT-13532: Fixed findlocaluser test #5960
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
base: master
Are you sure you want to change the base?
Conversation
f284ce7 to
dba961e
Compare
dba961e to
37fee76
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FAIL (UNEXPECTED FAILURE) ./01_vars/02_functions/findlocalusers.cf
---snip---
R: /home/jenkins/workspace/testing-pr/label/PACKAGES_ia64_hpux_11.23/cfengine-3.27.0a.cca9c3a91/tests/acceptance/./01_vars/02_functions/findlocalusers.cf FAIL
R: {
"root": {
"dir": "/root",
"gecos": "",
"gid": 3,
"shell": "/sbin/sh",
"uid": 0
}
}
|
6844001 to
6551247
Compare
|
Ticket: ENT-13532 Signed-off-by: Victor Moene <[email protected]>
6551247 to
251986a
Compare
|
So apparently, there is a user with uid=0 that is not root on HP-UX. So I decided to remove the test finding user using their UID because I cannot be certain of any other uid than root. |
|
@cf-bottom jenkins, please with exotics :) |
|
Sure, I triggered a build: (with exotics) Jenkins: https://ci.cfengine.com/job/pr-pipeline/13300/ Packages: http://buildcache.cfengine.com/packages/testing-pr/jenkins-pr-pipeline-13300/ |
No description provided.