[
https://issues.apache.org/jira/browse/MESOS-5665?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gavin updated MESOS-5665:
-------------------------
Comment: was deleted
(was: www.rtat.net)
> OsTest.User test failure
> -------------------------
>
> Key: MESOS-5665
> URL: https://issues.apache.org/jira/browse/MESOS-5665
> Project: Mesos
> Issue Type: Bug
> Components: build, test
> Affects Versions: 1.0.0
> Reporter: J. Bobby Dorlus
> Priority: Major
>
> We're leveraging 'mock' to perform builds across CentOS 5, 6 and 7. And
> we're running into the below test failure during nightly ci job.
> *build.log*
> {code}
> .....
> [----------] 6 tests from ProcTest (3 ms total)
> [----------] Global test environment tear-down
> [==========] 264 tests from 46 test cases ran. (777 ms total)
> [ PASSED ] 263 tests.
> [ FAILED ] 1 test, listed below:
> [ FAILED ] OsTest.User
> 1 FAILED TEST
> ....
> {code}
> *OsTest.User Failure*
> {code}
> [ RUN ] OsTest.User
> tests/os_tests.cpp:659: Failure
> Value of: (os::getgid(user.get())).get()
> Actual: 0
> Expected: gid.get()
> Which is: 1248
> [ FAILED ] OsTest.User (24 ms)
> {code}
> *Command 'id' output*
> {code}
> <mock-chroot>sh-3.2# id
> uid=0(root) gid=0(root) groups=1248(mockbuild)
> <mock-chroot>sh-3.2# id -g
> 0
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)