-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/54770/
-----------------------------------------------------------
Review request for mesos, Jie Yu, Kevin Klues, and Vinod Kone.
Bugs: MESOS-6784
https://issues.apache.org/jira/browse/MESOS-6784
Repository: mesos
Description
-------
The container was launched with TTY enabled. This meant that
killing the switchboard would trigger the task to terminate
on its own owing to the "master" end of the TTY dying. This
would make it not go through the code path of the isolator
failing due to resource limit issue.
Diffs
-----
src/tests/containerizer/io_switchboard_tests.cpp
5bd9dc4a776fe8a0d04ed31aa167f10c394984e6
Diff: https://reviews.apache.org/r/54770/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar