-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46135/
-----------------------------------------------------------
(Updated April 20, 2016, 8 a.m.)
Review request for mesos, Adam B and Alexander Rukletsov.
Changes
-------
Addressed the comments of Adam,alexr.
Bugs: MESOS-5146
https://issues.apache.org/jira/browse/MESOS-5146
Repository: mesos
Description (updated)
-------
Fix the bug in MasterAllocatorTest/1.RebalancedForUpdatedWeights test.
Diffs (updated)
-----
src/tests/master_allocator_tests.cpp bb96b256d99254f2334a93d2f031ccefbed71845
Diff: https://reviews.apache.org/r/46135/diff/
Testing
-------
Make && Make check.
```
Yongs-MacBook-Pro:build yqwyq$ ./src/mesos-tests
--gtest_filter=MasterAllocatorTest/0.RebalancedForUpdatedWeights
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from MasterAllocatorTest/0, where TypeParam =
mesos::internal::master::allocator::MesosAllocator<mesos::internal::master::allocator::HierarchicalAllocatorProcess<mesos::internal::master::allocator::DRFSorter,
mesos::internal::master::allocator::DRFSorter,
mesos::internal::master::allocator::DRFSorter> >
[ RUN ] MasterAllocatorTest/0.RebalancedForUpdatedWeights
[ OK ] MasterAllocatorTest/0.RebalancedForUpdatedWeights (385 ms)
[----------] 1 test from MasterAllocatorTest/0 (386 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (396 ms total)
[ PASSED ] 1 test.
```
Thanks,
Yongqiao Wang