-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34662/
-----------------------------------------------------------
(Updated May 29, 2015, 7:10 p.m.)
Review request for mesos, Jie Yu, Niklas Nielsen, Szymon Konefal, and Vinod
Kone.
Changes
-------
This patch now depends on the ResourceEstimator tests. Using mocked class and
typed test to test RE module.
Bugs: MESOS-2650
https://issues.apache.org/jira/browse/MESOS-2650
Repository: mesos
Description (updated)
-------
Added *ResourceEstimator* (RE) module interface.
Added *TestResourceEstimator* example module.
Added *TestResourceEstimator* module to typed_tests in
*oversubscription_tests.cpp*
Diffs (updated)
-----
include/mesos/module/resource_estimator.hpp PRE-CREATION
src/Makefile.am 28669f6d2d1a6a9f616ff4a288b9038235a23595
src/examples/test_resource_estimator_module.cpp PRE-CREATION
src/module/manager.cpp 5fed1aa82f72aa55c8e4e946f5f458ee357162be
src/tests/module.hpp c379f01ae4e185960b8710b6a10626a3b8784fc8
src/tests/module.cpp c4f811998aef14ab247380318fab79f18672ab29
src/tests/oversubscription_tests.cpp 75c25b04c1e6a8e0e7e8fd55440743fe1699af88
Diff: https://reviews.apache.org/r/34662/diff/
Testing
-------
make check
Thanks,
Bartek Plotka