[
https://issues.apache.org/jira/browse/MESOS-9397?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16697545#comment-16697545
]
Benjamin Bannier commented on MESOS-9397:
-----------------------------------------
Review: https://reviews.apache.org/r/69438/
> PosixRLimitsIsolatorTest.UnsetLimits is broken on macOS 10.14.2 beta3.
> ----------------------------------------------------------------------
>
> Key: MESOS-9397
> URL: https://issues.apache.org/jira/browse/MESOS-9397
> Project: Mesos
> Issue Type: Bug
> Components: test
> Affects Versions: 1.8.0
> Environment: macOS 10.14.2 Beta 3 (18C38b)
> Apple LLVM version 10.0.0 (clang-1000.11.45.5)
> cmake version 3.12.4
> ninja 1.8.2
> Reporter: Till Toenshoff
> Assignee: Benjamin Bannier
> Priority: Major
> Labels: test
>
> It appears that changes in macOS are now preventing the setup of rlimit for
> non root users.
> {noformat}
> 3: [ RUN ] PosixRLimitsIsolatorTest.UnsetLimits
> 3: Failed to set RLMT_CORE limit: Failed to set rlimit: Operation not
> permitted
> 3: ../src/tests/containerizer/posix_rlimits_isolator_tests.cpp:194: Failure
> 3: Expected: TASK_STARTING
> 3: To be equal to: statusStarting->state()
> 3: Which is: TASK_FAILED
> 3: ../src/tests/containerizer/posix_rlimits_isolator_tests.cpp:196: Failure
> 3: Failed to wait 15secs for statusRunning
> 3: ../src/tests/containerizer/posix_rlimits_isolator_tests.cpp:185: Failure
> 3: Actual function call count doesn't match EXPECT_CALL(sched,
> statusUpdate(&driver, _))...
> 3: Expected: to be called 3 times
> 3: Actual: called once - unsatisfied and active
> 3: [ FAILED ] PosixRLimitsIsolatorTest.UnsetLimits (15209 ms)
> {noformat}
> It is still unclear if this was just a beta-quirk or intended behaviour in
> upcoming macOS versions.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)