[
https://issues.apache.org/jira/browse/MESOS-3160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15585762#comment-15585762
]
Benjamin Bannier commented on MESOS-3160:
-----------------------------------------
[~tillt]: This test is "disabled" by an {{ASSERT}} on systems with swap
enabled, also
{code}
// TODO(vinod): Instead of asserting here dynamically disable
// the test if swap is enabled on the host.
ASSERT_EQ(memory.get().totalSwap, Bytes(0))
{code}
Instead you should either disable swap on your host, or filter that test
yourself for the time being.
> CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreaseRSS Flaky
> ------------------------------------------------------------
>
> Key: MESOS-3160
> URL: https://issues.apache.org/jira/browse/MESOS-3160
> Project: Mesos
> Issue Type: Bug
> Affects Versions: 0.24.0, 0.26.0
> Reporter: Paul Brett
> Labels: cgroups, mesosphere
>
> Test will occasionally with:
> [ RUN ] CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreaseUnlockedRSS
> ../../src/tests/containerizer/cgroups_tests.cpp:1103: Failure
> helper.increaseRSS(getpagesize()): Failed to sync with the subprocess
> ../../src/tests/containerizer/cgroups_tests.cpp:1103: Failure
> helper.increaseRSS(getpagesize()): The subprocess has not been spawned yet
> [ FAILED ] CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreaseUnlockedRSS
> (223 ms)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)