-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42247/
-----------------------------------------------------------
Review request for mesos and Till Toenshoff.
Bugs: MESOS-4329
https://issues.apache.org/jira/browse/MESOS-4329
Repository: mesos
Description
-------
Waiting for the launch result is not enough as it is unrelated to
whether the launched container has terminated. If we do not wait for
that the global teardown might find it still running and fail the tests
(this can happen if we e.g., execute this test in isolation).
Diffs
-----
src/tests/slave_tests.cpp 076660daf025d6fd5065cd0c1930f17ecc5ca5aa
Diff: https://reviews.apache.org/r/42247/diff/
Testing
-------
make check (OS X 10.10.5)
Thanks,
Benjamin Bannier