-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43816/
-----------------------------------------------------------
(Updated Feb. 23, 2016, 10:29 p.m.)
Review request for mesos and Michael Park.
Changes
-------
Rebase.
Bugs: MESOS-4731
https://issues.apache.org/jira/browse/MESOS-4731
Repository: mesos
Description
-------
Updated `/frameworks` master endpoint to use jsonify.
Diffs (updated)
-----
src/master/http.cpp 939fab21a2240de7214ef809a194ffb3837a9f1b
Diff: https://reviews.apache.org/r/43816/diff/
Testing
-------
1. make check
2. Verified that after introducing a bug into the jsonify version of
`frameworks()`, `make check` fails (i.e., the test suite covers the
`/frameworks` endpoint).
3. Compared output of `/frameworks` with old and new implementation on a test
Mesos installation to try to gauge correctness visually.
Thanks,
Neil Conway