[
https://issues.apache.org/jira/browse/MESOS-9410?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16898181#comment-16898181
]
Andrei Sekretenko commented on MESOS-9410:
------------------------------------------
The test is still flaky, on the same 16.04 with the same error.
Basically, it reads `/sys/fs/cgroup/memory/memory.stat` and either sees `rss 0`
there... or some silent failure happens when reading/parsing the stats.
> CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat is flaky.
> --------------------------------------------------------------------
>
> Key: MESOS-9410
> URL: https://issues.apache.org/jira/browse/MESOS-9410
> Project: Mesos
> Issue Type: Bug
> Components: test
> Affects Versions: 1.8.0
> Environment: Ubuntu 16.04, clang
> Reporter: Till Toenshoff
> Priority: Major
> Labels: containerizer, flaky, flaky-test
>
> Just observed this on Ubuntu 16.04 in a private CI:
> {noformat}
> 17:06:28 [ RUN ]
> CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat
> 17:06:28 ../../src/tests/containerizer/cgroups_tests.cpp:555: Failure
> 17:06:28 Expected: (result->get("rss").get()) > (0llu), actual: 0 vs 0
> 17:06:28 [ FAILED ]
> CgroupsAnyHierarchyWithCpuAcctMemoryTest.ROOT_CGROUPS_Stat (16 ms)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.14#76016)