Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
0.23.0
-
Mesosphere Sprint 16
-
2
Description
Looks like this is due to mlockall being unimplemented on OS X.
[----------] 1 test from MemIsolatorTest/0, where TypeParam = N5mesos8internal5slave23PosixMemIsolatorProcessE [ RUN ] MemIsolatorTest/0.MemUsage Failed to allocate RSS memory: Failed to make pages to be mapped unevictable: Function not implemented../../src/tests/containerizer/isolator_tests.cpp:812: Failure helper.increaseRSS(allocation): Failed to sync with the subprocess ../../src/tests/containerizer/isolator_tests.cpp:815: Failure (usage).failure(): Failed to get usage: No process found at 40558 [ FAILED ] MemIsolatorTest/0.MemUsage, where TypeParam = N5mesos8internal5slave23PosixMemIsolatorProcessE (56 ms) [----------] 1 test from MemIsolatorTest/0 (57 ms total) [----------] 1 test from MemIsolatorTest/1, where TypeParam = N5mesos8internal5tests6ModuleINS_5slave8IsolatorELNS1_8ModuleIDE0EEE [ RUN ] MemIsolatorTest/1.MemUsage Failed to allocate RSS memory: Failed to make pages to be mapped unevictable: Function not implemented../../src/tests/containerizer/isolator_tests.cpp:812: Failure helper.increaseRSS(allocation): Failed to sync with the subprocess ../../src/tests/containerizer/isolator_tests.cpp:815: Failure (usage).failure(): Failed to get usage: No process found at 40572 [ FAILED ] MemIsolatorTest/1.MemUsage, where TypeParam = N5mesos8internal5tests6ModuleINS_5slave8IsolatorELNS1_8ModuleIDE0EEE (50 ms) [----------] 1 test from MemIsolatorTest/1 (50 ms total)
Attachments
Issue Links
- is related to
-
MESOS-2660 ROOT_CGROUPS_Listen and ROOT_IncreaseRSS tests are flaky
- Resolved