-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/51626/
-----------------------------------------------------------
(Updated Sept. 12, 2016, 4:51 p.m.)
Review request for mesos, Anand Mazumdar, Jay Guo, Vinod Kone, and Zhitao Li.
Changes
-------
Address @vinodkone's comment.
Bugs: MESOS-6124
https://issues.apache.org/jira/browse/MESOS-6124
Repository: mesos
Description
-------
Showed the containers information in the v1 `GET_STATE` API of Agent.
Diffs (updated)
-----
include/mesos/agent/agent.proto 5b91677487f8e23301e67af14c2115c6b4a533ac
include/mesos/v1/agent/agent.proto 8145669073553dc8aa56cfe2c0a0b756d70fee0e
src/slave/http.cpp 2cbf3c57e294f0d47d64915371b4a6bbf9cdfc0a
src/slave/slave.hpp 4add4c0180ea56039e0d5009bad4d9346128bde6
src/tests/api_tests.cpp e440d1b44fb0b40dd1f68209c71e5ca0cd19f4fb
Diff: https://reviews.apache.org/r/51626/diff/
Testing
-------
```
sudo GLOG_v=1 ./bin/mesos-tests.sh --gtest_filter="*AgentAPITest*" --verbose
[ OK ] ContentType/AgentAPITest.GetAgent/1 (37 ms)
[----------] 32 tests from ContentType/AgentAPITest (11079 ms total)
[----------] Global test environment tear-down
[==========] 32 tests from 1 test case ran. (11102 ms total)
[ PASSED ] 32 tests.
```
Thanks,
haosdent huang