----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/30173/ -----------------------------------------------------------
(Updated Jan. 25, 2015, 9:47 a.m.) Review request for mesos, Adam B, Benjamin Hindman, Till Toenshoff, and Timothy Chen. Changes ------- Changed test message to state that tests tun now, after putting bug fixes into preceding patches. Bugs: MESOS-2074 https://issues.apache.org/jira/browse/MESOS-2074 Repository: mesos-git 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 ----- src/Makefile.am 07bea1fb8f0035413f2119859e16fa4f9383f68e src/slave/containerizer/fetcher.hpp 1db0eaf002c8d0eaf4e0391858e61e0912b35829 src/slave/containerizer/fetcher.cpp d290f95251def3952c5ee34f600e1d71467f6293 src/tests/fetcher_cache_tests.cpp PRE-CREATION src/tests/mesos.hpp 591134bab31da0a1cc224e332666d05f320d0f87 src/tests/mesos.cpp 5ed4df530cf1bf11eec3b29542641822e0f702b2 Diff: https://reviews.apache.org/r/30173/diff/ Testing (updated) ------- 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