-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/48268/
-----------------------------------------------------------
(Updated June 13, 2016, 10:47 a.m.)
Review request for mesos, Anand Mazumdar and Vinod Kone.
Bugs: MESOS-5509
https://issues.apache.org/jira/browse/MESOS-5509
Repository: mesos
Description (updated)
-------
Implemented SET_QUOTA Call in v1 master API.
Diffs (updated)
-----
include/mesos/v1/quota/quota.hpp PRE-CREATION
src/Makefile.am b656702d918e747cbd4b3d8f2c4257f61c83b385
src/internal/devolve.hpp 00842bb0de1dd587f2b47c79f17c0e7bd7f51189
src/internal/devolve.cpp 4233246c6838f85189f1b4c7e66d2bc0a3bf5408
src/master/http.cpp cd089cf6afd654b07608548f441a0e225df6425e
src/master/master.hpp 2c45dab291a153b42809ab12e4252bf58559feeb
src/master/quota_handler.cpp 06cf0d3f24844ec9e884237db3f33145ff406e80
src/tests/api_tests.cpp 3a482ca2a640b3f3e3b08a80ac84068d7e9ff8b0
Diff: https://reviews.apache.org/r/48268/diff/
Testing
-------
On Ubuntu 16.04:
sudo GTEST_FILTER="*MasterAPITest.SetQuota*" make -j4 check
[==========] Running 2 tests from 1 test case.
[----------] Global test environment set-up.
[----------] 2 tests from ContentType/MasterAPITest
[ RUN ] ContentType/MasterAPITest.SetQuota/0
[ OK ] ContentType/MasterAPITest.SetQuota/0 (129 ms)
[ RUN ] ContentType/MasterAPITest.SetQuota/1
[ OK ] ContentType/MasterAPITest.SetQuota/1 (98 ms)
[----------] 2 tests from ContentType/MasterAPITest (227 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test case ran. (236 ms total)
[ PASSED ] 2 tests.
Thanks,
Abhishek Dasgupta