----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30173/ -----------------------------------------------------------
(Updated Feb. 7, 2015, 2:47 a.m.) Review request for mesos, Adam B, Benjamin Hindman, Till Toenshoff, and Timothy Chen. Changes ------- Rebased. Bugs: MESOS-2074 https://issues.apache.org/jira/browse/MESOS-2074 Repository: mesos Description ------- Adds a new test source file containing a test fixture and tests to find out if the fetcher cache works with a variety of settings. Diffs (updated) ----- src/Makefile.am 93537d17d3c7604a8532ee1453e405630c481ddc src/slave/containerizer/fetcher.hpp bfd98dbe16e2bd5df3e2c8e9b10e303654f33446 src/slave/containerizer/fetcher.cpp 6e6bce08d76bb8a5813c905e3ffeff9b2411fd6d src/tests/fetcher_cache_tests.cpp PRE-CREATION src/tests/mesos.hpp 83a369968ab2403fa341829ac5d11f7243095190 src/tests/mesos.cpp 21a405366f56c963611324076efe775f85b9d9f7 Diff: https://reviews.apache.org/r/30173/diff/ Testing ------- make check. In particular, all new fetcher cache tests introduced here should run now, since I have back-patched the patches that this one depends on with bug fixes. Thanks, Bernd Mathiske