-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/58952/
-----------------------------------------------------------
Review request for mesos, Benjamin Mahler, Jie Yu, and Jan Schlicht.
Bugs: MESOS-7388
https://issues.apache.org/jira/browse/MESOS-7388
Repository: mesos
Description
-------
In a subsequent commit we will transitionally introduce a second
'addFramework' allocator method overload where the 'used' set refers
to 'ResourceProviderID's instead of 'SlaveID's. Introduce a test
helper here to remove a future ambiguity when an empty set '{}' is
passed. We introduce this in a separate patch so that this change can
more easily be removed one the old allocator method is removed and the
ambiguity vanishes.
Diffs
-----
src/tests/hierarchical_allocator_tests.cpp
ebc4868a6b7e2a04cc202a74a4633969ade40aca
Diff: https://reviews.apache.org/r/58952/diff/1/
Testing
-------
`make check`
Thanks,
Benjamin Bannier