-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46876/
-----------------------------------------------------------
(Updated May 6, 2016, 9:17 p.m.)
Review request for mesos, Alexander Rojas and Kapil Arya.
Bugs: MESOS-5286
https://issues.apache.org/jira/browse/MESOS-5286
Repository: mesos
Description
-------
Some tests hit the '/metrics/snapshot' endpoint and
must be updated to accomodate authorization. In
particular, an authorizer had to be explicitly
instantiated and used to initialize the master/agent
in some tests so that they share the same authorizer.
Diffs (updated)
-----
src/tests/master_authorization_tests.cpp
804b39a269c09df9f6c0bbdf6f8b53921ac09ce8
src/tests/mesos.hpp 0f6f541c5d2007a69ad5bd6e884235cd3c0c1be2
src/tests/mesos.cpp 036c589f5aafc8c804b0fb4e5ad62df70e471e88
src/tests/partition_tests.cpp 3ec51cedcea9c7ed5cf41e9e0087fc044c85d2f1
src/tests/slave_tests.cpp 3f653354869987dce3f5fbc4513b6f3466a718cb
Diff: https://reviews.apache.org/r/46876/diff/
Testing
-------
`make check` on OSX.
Thanks,
Greg Mann