-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/40349/
-----------------------------------------------------------
(Updated Nov. 16, 2015, 3:35 p.m.)
Review request for mesos and Bernd Mathiske.
Changes
-------
Added a missing test case.
Also some stylistic fixes, like e.g. pulling out the lambda into a function.
This required marking a few semantically `const` functions as actually `const`.
Bugs: MESOS-3785
https://issues.apache.org/jira/browse/MESOS-3785
Repository: mesos
Description
-------
Added tests for use of mtime in fetcher cache.
Diffs (updated)
-----
src/slave/containerizer/fetcher.hpp c7518a36f6344841880dbb11bfce603fd2791fc0
src/slave/containerizer/fetcher.cpp 0b676f43e8529c6790824c8cf82e21a81d885ef1
src/tests/fetcher_cache_tests.cpp 7060a151f8812e9fef654419377991970ab8b961
Diff: https://reviews.apache.org/r/40349/diff/
Testing
-------
make check under OS X and ubuntu-trusty.
Thanks,
Benjamin Bannier