-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46318/
-----------------------------------------------------------
(Updated April 22, 2016, 4:04 p.m.)
Review request for mesos, Adam B, Alexander Rojas, and Jan Schlicht.
Summary (updated)
-----------------
Added helper to create test agent with injected `Authorizer`.
Bugs: MESOS-5164
https://issues.apache.org/jira/browse/MESOS-5164
Repository: mesos
Description (updated)
-------
In addition to the fully generic interface we do provide a number of
short hand functions for creating agents in tests which allow injecting
just a single component. Add one such short hand function for creating
a test agent with an injected `Authorizer` which we will use in a
subsequent patch.
Diffs (updated)
-----
src/tests/mesos.hpp e4b63d41d883807ac39846799468b80e88c84e0b
src/tests/mesos.cpp b5937af7713e1ee2af475518b3e968b2defa8beb
Diff: https://reviews.apache.org/r/46318/diff/
Testing
-------
make check (OS X, clang w/o optimization)
Thanks,
Benjamin Bannier