You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@mesos.apache.org by Ben Mahler <be...@gmail.com> on 2015/12/12 23:45:57 UTC

Review Request 41320: Clarified Subprocess PIPE usage in Subprocess tests.

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41320/
-----------------------------------------------------------

Review request for mesos and Alexander Rojas.


Repository: mesos


Description
-------

Currently we use PIPE() in many places where it is not necessary. This
switches these instances to use the default (re-inherit the parent FD).


Diffs
-----

  3rdparty/libprocess/src/tests/subprocess_tests.cpp 869b920b4f25a74a69813ac4777e843d38300cbd 

Diff: https://reviews.apache.org/r/41320/diff/


Testing
-------

make check


Thanks,

Ben Mahler