-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56621/
-----------------------------------------------------------
(Updated Feb. 28, 2017, 7:07 a.m.)
Review request for mesos, Adam B, Alexander Rojas, Jan Schlicht, Till
Toenshoff, and Vinod Kone.
Changes
-------
Changed 'AuthenticationContext' to 'Principal'.
Summary (updated)
-----------------
Updated Mesos tests to use the 'Principal' type.
Bugs: MESOS-7003
https://issues.apache.org/jira/browse/MESOS-7003
Repository: mesos
Description (updated)
-------
This patch updates the Mesos tests to use authenticated
handlers which accept the `Principal` type instead of an
`Option<string> principal`.
Diffs (updated)
-----
src/tests/files_tests.cpp 6c6353e406249f021803e83909415e9908ded28c
src/tests/http_authentication_tests.cpp
95f01c432f77d1a944dd78c343e21b310676417f
src/tests/master_validation_tests.cpp
45254739e2a62fed7008ceada7a8f64bb9ee4e31
Diff: https://reviews.apache.org/r/56621/diff/
Testing
-------
`make check`
Thanks,
Greg Mann