-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48908/
-----------------------------------------------------------
(Updated 六月 29, 2016, 12:16 p.m.)
Review request for mesos and Benjamin Mahler.
Summary (updated)
-----------------
Added test case for exclude resources from sorter.
Bugs: MESOS-5623
https://issues.apache.org/jira/browse/MESOS-5623
Repository: mesos
Description (updated)
-------
Added test case for exclude resources from sorter.
Diffs (updated)
-----
src/tests/hierarchical_allocator_tests.cpp
eb11ff6b1b7bce291f336a199e8700be0bdc61c1
Diff: https://reviews.apache.org/r/48908/diff/
Testing
-------
make
make check
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from HierarchicalAllocatorTest
[ RUN ] HierarchicalAllocatorTest.DRFWithExcludeResources
[ OK ] HierarchicalAllocatorTest.DRFWithExcludeResources (59 ms)
[----------] 1 test from HierarchicalAllocatorTest (59 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (76 ms total)
[ PASSED ] 1 test.
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from HierarchicalAllocatorTest
[ RUN ] HierarchicalAllocatorTest.DominantShareMetricsWithExcludeResources
[ OK ] HierarchicalAllocatorTest.DominantShareMetricsWithExcludeResources
(129 ms)
[----------] 1 test from HierarchicalAllocatorTest (129 ms total)
[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (147 ms total)
[ PASSED ] 1 test.
Thanks,
Guangya Liu