-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/44380/
-----------------------------------------------------------
(Updated March 4, 2016, 6:56 p.m.)
Review request for mesos and Benjamin Bannier.
Changes
-------
Split IOTest into two test suites. One is the IOTest that will not write files
to disk, it will remains the same. Another is the TemporaryDirectoryIOTest
fixture that includes BufferedRead and Redirect which will write files (to
temporary directory) to disk.
Bugs: MESOS-4807
https://issues.apache.org/jira/browse/MESOS-4807
Repository: mesos
Description (updated)
-------
This commit changes IOTest.BufferedRead so that this specific
test (not all IOTest) could be executed from temporary
directories via TemporaryDirectoryTest fixture (MESOS-4807).
Diffs (updated)
-----
3rdparty/libprocess/src/tests/io_tests.cpp
2bffc7cd9c3aa204a1d1b8eb45f0bff12f49ca62
Diff: https://reviews.apache.org/r/44380/diff/
Testing
-------
make check
Thanks,
Yong Tang