-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/71022/
-----------------------------------------------------------
Review request for mesos and Benjamin Mahler.
Bugs: MESOS-8968
https://issues.apache.org/jira/browse/MESOS-8968
Repository: mesos
Description
-------
These tests reuse the existing tests for `SET_QUOTA` and
`REMOVE_QUOTA` calls. In general, `UPDATE_QUOTA` request
should fail where `SET_QUOTA` fails. When the existing
test expects `SET_QUOTA` call succeeds, we test the
`UPDATE_QUOTA` call by first remove the set quota and then
send the `UPDATE_QUOTA` request.
Diffs
-----
src/tests/master_quota_tests.cpp 34a652029e31827f8d94bb66d408fbe3d121fd8f
Diff: https://reviews.apache.org/r/71022/diff/1/
Testing
-------
make check
Thanks,
Meng Zhu