-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30512/
-----------------------------------------------------------
(Updated Feb. 2, 2015, 7:48 p.m.)
Review request for mesos, Ben Mahler and Vinod Kone.
Bugs: MESOS-2241
https://issues.apache.org/jira/browse/MESOS-2241
Repository: mesos
Description (updated)
-------
Fixed DiskUsageCollectorTest.SymbolicLink so that it works on both ext3 and
ext4.
The fix is to change the file size to be large enough so that the slight
discrepency between ext3 and ext4 (for meta data) shouldn't affect the
expections.
Diffs
-----
src/tests/disk_quota_tests.cpp 83a98447644a5fa46bffdc7f2ed73bb8411841f5
Diff: https://reviews.apache.org/r/30512/diff/
Testing
-------
make check on both ext3 and ext4 systems.
Thanks,
Jie Yu