-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/43816/
-----------------------------------------------------------
(Updated Feb. 22, 2016, 7:11 a.m.)
Review request for mesos and Michael Park.
Summary (updated)
-----------------
Updated `/frameworks` master endpoint to use jsonify.
Bugs: MESOS-4731
https://issues.apache.org/jira/browse/MESOS-4731
Repository: mesos
Description (updated)
-------
Updated `/frameworks` master endpoint to use jsonify.
Diffs (updated)
-----
src/master/http.cpp ae6bc7852202480e58f579a5b48ab5b5e5ff9317
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