You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Vinod Kone (JIRA)" <ji...@apache.org> on 2017/06/06 23:39:18 UTC

[jira] [Created] (MESOS-7634) OsTest.ChownNoAccess fails on s390x machines

Vinod Kone created MESOS-7634:
---------------------------------

             Summary: OsTest.ChownNoAccess fails on s390x machines
                 Key: MESOS-7634
                 URL: https://issues.apache.org/jira/browse/MESOS-7634
             Project: Mesos
          Issue Type: Bug
            Reporter: Vinod Kone


Running a custom branch of Mesos (with some fixes in docker build scripts for s390x) on s390x based CI machines throws the following error when running stout tests.

{code}
[ RUN      ] OsTest.ChownNoAccess
../../../../3rdparty/stout/tests/os_tests.cpp:839: Failure
Value of: os::chown(uid.get(), gid.get(), "one", true).isError()
  Actual: false
Expected: true
../../../../3rdparty/stout/tests/os_tests.cpp:840: Failure
Value of: os::chown(uid.get(), gid.get(), "one/two", true).isError()
  Actual: false
{code}

One can repro this by building Mesos from my custom branch here: https://github.com/vinodkone/mesos/tree/vinod/s390x



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)