You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jan Schlicht (JIRA)" <ji...@apache.org> on 2018/02/26 10:39:00 UTC

[jira] [Created] (MESOS-8610) NsTest.SupportedNamespaces fails on CentOS7

Jan Schlicht created MESOS-8610:
-----------------------------------

             Summary: NsTest.SupportedNamespaces fails on CentOS7
                 Key: MESOS-8610
                 URL: https://issues.apache.org/jira/browse/MESOS-8610
             Project: Mesos
          Issue Type: Bug
            Reporter: Jan Schlicht


Failed on a {{GLOG_v=1 src/mesos-tests --verbose}} run with
{noformat}
[ RUN      ] NsTest.SupportedNamespaces
../../src/tests/containerizer/ns_tests.cpp:119: Failure
Value of: (ns::supported(n)).get()
  Actual: false
Expected: true
Which is: true
CLONE_NEWUSER
../../src/tests/containerizer/ns_tests.cpp:124: Failure
Value of: (ns::supported(allNamespaces)).get()
  Actual: false
Expected: true
Which is: true
CLONE_NEWUTS | CLONE_NEWPID | CLONE_NEWIPC | CLONE_NEWNET | CLONE_NEWUSER
[  FAILED  ] NsTest.SupportedNamespaces (0 ms)
{noformat}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)