-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/30614/
-----------------------------------------------------------
Review request for mesos, Adam B, Benjamin Hindman, Till Toenshoff, and Timothy
Chen.
Bugs: MESOS-2069
https://issues.apache.org/jira/browse/MESOS-2069
Repository: mesos
Description
-------
This is to ensure that recent refactoring of fetcher code has not broken HDFS
fetching.
Adds a test that exercises the C++ code paths in Mesos and mesos-fetcher
related to fetching from HDFS. Uses a mock HDFS client written in bash that
acts just like a real "hadoop" command if used in the right limited way.
Diffs
-----
src/tests/fetcher_tests.cpp 8c0b0757eb388f1684d8b94393983f1844a769a7
src/tests/mock_hadoop.sh PRE-CREATION
Diff: https://reviews.apache.org/r/30614/diff/
Testing
-------
make check, including the new test.
First ran the new test with extra command line output (that has now been
deleted), to make sure that the mock hadoop is actually used.
Thanks,
Bernd Mathiske