Andrei Budnik created MESOS-8713:
------------------------------------
Summary: Synchronize result of `wait` and `destroy` composing
c'zer methods
Key: MESOS-8713
URL: https://issues.apache.org/jira/browse/MESOS-8713
Project: Mesos
Issue Type: Task
Reporter: Andrei Budnik
Make sure both `wait` and `destroy` methods always return the same result.
For example, if we call `destroy` forĀ a terminated nested container, then
composing c'zer returns `false`/`None`, while `wait` method calls `wait` for a
parent container, which might read a container termination status from the
file. Probably, we need to implement a test for this case, if it doesn't exist.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)