-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29927/
-----------------------------------------------------------
(Updated Jan. 27, 2015, 3:23 p.m.)
Review request for mesos, Bernd Mathiske and Niklas Nielsen.
Changes
-------
Address Niklas' comments.
Bugs: MESOS-2213
https://issues.apache.org/jira/browse/MESOS-2213
Repository: mesos-git
Description
-------
Several tests have been reported flaky if allocation is not ceased explicitly
(see MESOS-1677). To stop allocation, an allocator instance should be
destroyed. To facilitate this, store a pointer to a MockAllocator instance in
the MasterAllocatorTest fixture and let a test case destroy it.
Diffs (updated)
-----
src/tests/master_allocator_tests.cpp 2430622
Diff: https://reviews.apache.org/r/29927/diff/
Testing
-------
make check (Ubuntu, OS X)
Thanks,
Alexander Rukletsov