----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/20893/ -----------------------------------------------------------
Review request for mesos and Ian Downes. Repository: mesos-git Description ------- A destroy on the container caused the wait-lock within test_containerizer.py to result into a value-error when attempting to parse the exit-status. That in turn caused the Wait result Future<Termination> to get failed, triggering a crash within the new tear-down extensions within cluster.hpp. Diffs ----- src/examples/python/test_containerizer.py 7bebfee Diff: https://reviews.apache.org/r/20893/diff/ Testing ------- make check Thanks, Till Toenshoff
