You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Jie Yu (JIRA)" <ji...@apache.org> on 2016/10/23 20:22:58 UTC

[jira] [Created] (MESOS-6454) PosixRLimitsIsolatorTest.TaskExceedingLimit failed on OSX

Jie Yu created MESOS-6454:
-----------------------------

             Summary: PosixRLimitsIsolatorTest.TaskExceedingLimit failed on OSX
                 Key: MESOS-6454
                 URL: https://issues.apache.org/jira/browse/MESOS-6454
             Project: Mesos
          Issue Type: Bug
          Components: containerization
            Reporter: Jie Yu
            Assignee: Benjamin Bannier


{noformat}
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from PosixRLimitsIsolatorTest
[ RUN      ] PosixRLimitsIsolatorTest.TaskExceedingLimit
I1023 13:17:22.959827 2138112 exec.cpp:162] Version: 1.2.0
I1023 13:17:22.963068 1601536 exec.cpp:237] Executor registered on agent 98ce29d6-2558-4505-be56-7863b7b319c5-S0
Received SUBSCRIBED event
Subscribed executor on 172.17.8.1
Received LAUNCH event
Starting task 3af6d42c-b9ee-4373-b794-b702f8d5a9d4
/Users/jie/workspace/dist/mesos/build/src/mesos-containerizer launch --command="{"shell":true,"value":"dd if=\/dev\/zero of=file bs=1024 count=8"}" --help="false"
Forked command at 30708
8+0 records in
8+0 records out
8192 bytes transferred in 0.000035 secs (233739717 bytes/sec)
Command exited with status 0 (pid: 30708)
/Users/jie/workspace/vagrant/trusty/mesos/src/tests/containerizer/posix_rlimits_isolator_tests.cpp:120: Failure
Value of: statusFailed->state()
  Actual: TASK_FINISHED
Expected: TASK_FAILED
I1023 13:17:23.079619 528384 exec.cpp:414] Executor asked to shutdown
Received SHUTDOWN event
Shutting down
[  FAILED  ] PosixRLimitsIsolatorTest.TaskExceedingLimit (488 ms)
[----------] 1 test from PosixRLimitsIsolatorTest (489 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (513 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] PosixRLimitsIsolatorTest.TaskExceedingLimit
{noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)