-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55710/
-----------------------------------------------------------
Review request for mesos, Benjamin Bannier, Benjamin Mahler, and Guangya Liu.
Bugs: MESOS-6902
https://issues.apache.org/jira/browse/MESOS-6902
Repository: mesos
Description
-------
We introduced Capabilities to SlaveInfo protobuf message in ec1a326.
It is automatically wrapped into response of GetState v1 API. This
patch added this field to /state v0 API for consistency.
Diffs
-----
src/master/http.cpp a44621f39cb059e654a56f57f75b38947f3a4230
Diff: https://reviews.apache.org/r/55710/diff/
Testing
-------
WIP. We need to figure out how to inject `SlaveInfo` during Agent registration
for testing purpose, before we actually implement Agent Capabilities.
Thanks,
Jay Guo