----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/40512/#review152055 -----------------------------------------------------------
Fix it, then Ship it! 3rdparty/libprocess/src/process.cpp (line 862) <https://reviews.apache.org/r/40512/#comment220763> new line. - Vinod Kone On July 30, 2016, midnight, Joseph Wu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/40512/ > ----------------------------------------------------------- > > (Updated July 30, 2016, midnight) > > > Review request for mesos, Greg Mann, Artem Harutyunyan, Joris Van Remoortere, > and Vinod Kone. > > > Bugs: MESOS-3820 > https://issues.apache.org/jira/browse/MESOS-3820 > > > Repository: mesos > > > Description > ------- > > This builds upon earlier changes to complete `process::finalize`. > Tests which need to reconfigure libprocess, such as some SSL-related > tests, can use `process::reinitialize` to do so. > > This method may also be useful for providing additional isolation > between tests, such as cleaning up all processes after each test case. > > > Diffs > ----- > > 3rdparty/libprocess/src/openssl.cpp > a73313b3221d6c80b35f21c00f35d9f9c795f1ec > 3rdparty/libprocess/src/process.cpp > 7f331b812de2f0437838f48e0959441c8e04c358 > > Diff: https://reviews.apache.org/r/40512/diff/ > > > Testing > ------- > > TODO: Define `process::reinitialize` in several tests, such as `HTTPTest`, > `MetricsTest`, and `ReapTest` and call `process::reinitialize` before and > after tests. > > > Thanks, > > Joseph Wu > >
