You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "François Garillot (JIRA)" <ji...@apache.org> on 2015/01/29 15:51:34 UTC

[jira] [Commented] (MESOS-2300) Failing tests on 0.21.1 with Ubuntu 14.10 / Linux 3.16.0-23

    [ https://issues.apache.org/jira/browse/MESOS-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14296958#comment-14296958 ] 

François Garillot commented on MESOS-2300:
------------------------------------------

Ping [~cmaloney] who has seen {{NsTest.ROOT_setns}} fail in MESOS-2233 and may have a hint as to what's going on.

> Failing tests on 0.21.1 with Ubuntu 14.10 / Linux 3.16.0-23
> -----------------------------------------------------------
>
>                 Key: MESOS-2300
>                 URL: https://issues.apache.org/jira/browse/MESOS-2300
>             Project: Mesos
>          Issue Type: Bug
>          Components: test
>    Affects Versions: 0.21.1
>         Environment: {code}
> huitseeker@docker1:~$  lsb_release -a
> No LSB modules are available.
> Distributor ID:	Ubuntu
> Description:	Ubuntu 14.10
> Release:	14.10
> Codename:	utopic
> {code}
> {code}
> huitseeker@docker1:~$ uname -a
> Linux docker1 3.16.0-23-generic #31-Ubuntu SMP Tue Oct 21 17:56:17 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux }}
> {code}
> Mesos retrieved from {{http://git-wip-us.apache.org/repos/asf/mesos.git}}
> And compiled from git tag {{0.21.1}} (currently resolves to {{2ae1ba91e64f92ec71d327e10e6ba9e8ad5477e8}}). Box is a clean, ansible-generated Ubuntu with cgmanager disabled, and the following packages installed on top of the usual mesos dependencies:
>         - cgroup-lite (service is enabled and started)
>         - linux-tools-common
>         - linux-tools-generic
>         - linux-cloud-tools-generic
>         - linux-tools-3.16.0-23-generic
>         - linux-cloud-tools-3.16.0-23-generic
>            Reporter: François Garillot
>              Labels: cgroups, test
>
> During make check :
> {code}
> [----------] Global test environment tear-down
> [==========] 503 tests from 89 test cases ran. (387352 ms total)
> [  PASSED  ] 499 tests.
> [  FAILED  ] 4 tests, listed below:
> [  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get
> [  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups
> [  FAILED  ] NsTest.ROOT_setns
> [  FAILED  ] PerfTest.ROOT_SampleInit
> {code}
> Details:
> {code}
> [ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get
> ../../src/tests/cgroups_tests.cpp:364: Failure
> Value of: "mesos_test2"
> Expected: cgroups.get()[0]
> Which is: "mesos"
> [  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_Get (10 ms)
> [ RUN      ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups
> ../../src/tests/cgroups_tests.cpp:392: Failure
> Value of: path::join(TEST_CGROUPS_ROOT, "2")
>   Actual: "mesos_test/2"
> Expected: cgroups.get()[0]
> Which is: "mesos_test/1"
> ../../src/tests/cgroups_tests.cpp:393: Failure
> Value of: path::join(TEST_CGROUPS_ROOT, "1")
>   Actual: "mesos_test/1"
> Expected: cgroups.get()[1]
> Which is: "mesos_test/2"
> [  FAILED  ] CgroupsAnyHierarchyTest.ROOT_CGROUPS_NestedCgroups (12 ms)
> {code}
> {code}
> [ RUN      ] NsTest.ROOT_setns
> ../../src/tests/ns_tests.cpp:123: Failure
> Value of: status.get().get()
>   Actual: 256
> Expected: 0
> [  FAILED  ] NsTest.ROOT_setns (93 ms)
> {code}
> {code}
> [ RUN      ] PerfTest.ROOT_SampleInit
> ../../src/tests/perf_tests.cpp:143: Failure
> Expected: (0u) < (statistics.get().cycles()), actual: 0 vs 0
> ../../src/tests/perf_tests.cpp:146: Failure
> Expected: (0.0) < (statistics.get().task_clock()), actual: 0 vs 0
> [  FAILED  ] PerfTest.ROOT_SampleInit (1078 ms)
> {code}
> Those tests have been run in parallel (-j 8) as well as sequentially (-j 1), no difference.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)