You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Priya Seth (JIRA)" <ji...@apache.org> on 2017/06/16 08:12:00 UTC

[jira] [Created] (MESOS-7684) CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreasePageCache fails on ppc64le

Priya Seth created MESOS-7684:
---------------------------------

             Summary: CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreasePageCache fails on ppc64le
                 Key: MESOS-7684
                 URL: https://issues.apache.org/jira/browse/MESOS-7684
             Project: Mesos
          Issue Type: Bug
          Components: test
         Environment: ppc64le, mesos master branch
            Reporter: Priya Seth


The test case fails with the following error:
[ RUN      ] CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreasePageCache
../../src/tests/containerizer/cgroups_tests.cpp:1258: Failure
Expected: (0u) < (low), actual: 0 vs 0
[  FAILED  ] CgroupsAnyHierarchyMemoryPressureTest.ROOT_IncreasePageCache (468 ms)
[----------] 1 test from CgroupsAnyHierarchyMemoryPressureTest (468 ms total)

Basically, the actual value of low remains 0, when it is expected to be > 0

The default page size on ppc64le is 64K - suspect that could be causing the issue.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)