-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52703/
-----------------------------------------------------------
(Updated Oct. 12, 2016, 11:11 p.m.)
Review request for mesos and Jie Yu.
Changes
-------
Addressed Jie's comments.
Summary (updated)
-----------------
Added test to test corner cases with sorted 'MountInfoTable::read()'.
Bugs: MESOS-6118
https://issues.apache.org/jira/browse/MESOS-6118
Repository: mesos
Description (updated)
-------
We allow entries in the MountInfoTable to be out of order, as well as
parent's of themselves. This test makes sure that this functionality
is exercised.
Diffs (updated)
-----
src/tests/containerizer/fs_tests.cpp 0dd212f94d2845494163a86bc2059f999e018cd0
Diff: https://reviews.apache.org/r/52703/diff/
Testing
-------
GTEST_FILTER="*Sorted*" src/mesos-tests
Thanks,
Kevin Klues