-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/39498/
-----------------------------------------------------------
(Updated Oct. 21, 2015, 5:04 p.m.)
Review request for mesos, Artem Harutyunyan and Joris Van Remoortere.
Summary (updated)
-----------------
SSLTest refactor: Change SSLTest to inherit from TemporaryDirectoryTest.
Bugs: MESOS-3762
https://issues.apache.org/jira/browse/MESOS-3762
Repository: mesos
Description
-------
This simplifies some of the cleanup logic, since temporary directories are
cleaned up by the super class, or by the OS.
Diffs
-----
3rdparty/libprocess/include/process/ssl/gtest.hpp
91991f509e480a94de00c6bf20ff0abf083dda8a
Diff: https://reviews.apache.org/r/39498/diff/
Testing
-------
Tests run in next review.
Tests are slightly slower, by a few dozen ms per test, since SetUp happens on a
per-test, rather than per-test-class basis.
Thanks,
Joseph Wu