-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/31263/
-----------------------------------------------------------
(Updated April 20, 2015, 1:48 p.m.)
Review request for mesos, Kapil Arya, Michael Park, and Niklas Nielsen.
Changes
-------
Addressed Vinod's and MPark's comments.
Bugs: MESOS-2160
https://issues.apache.org/jira/browse/MESOS-2160
Repository: mesos
Description (updated)
-------
TestAllocator owns a pointer to a real allocator. Each test should instantiate
and destroy Allocator instances explicitly to avoid not expected calls.
Diffs (updated)
-----
src/tests/containerizer.cpp 26b87ac6b16dfeaf84888e80296ef540697bd775
src/tests/master_allocator_tests.cpp 03a1bb8c92b44bc1ad1b5f5cff8d1fb971df2302
src/tests/mesos.hpp 7744df55a2a31446327da7bd2b16457e90711d22
src/tests/slave_recovery_tests.cpp 87f4a6aab27d142fa8eb7a6571f684a6ce59687e
Diff: https://reviews.apache.org/r/31263/diff/
Testing
-------
make check (Mac OS 10.9.5, CentOS 7.0)
Thanks,
Alexander Rukletsov