-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/50528/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Neil Conway, and Vinod Kone.
Bugs: MESOS-5732
https://issues.apache.org/jira/browse/MESOS-5732
Repository: mesos
Description
-------
As discussed with Neil, we are setting low allocation level
for ReserveResources and UnreserveResources operator api v1
tests explicitly instead of implicitly as it was set in
r50072. We are doing this to improve clarity in test cases.
Diffs
-----
src/tests/api_tests.cpp 88523fdb3469c40b7ff71d5d753b645d20bc51bd
Diff: https://reviews.apache.org/r/50528/diff/
Testing
-------
On Ubuntu 16.04:
sudo
GTEST_FILTER="*MasterAPITest.ReserveResources*:*MasterAPITest.UnreserveResources*"
make -j4 check
Thanks,
Abhishek Dasgupta