-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56475/
-----------------------------------------------------------
(Updated March 9, 2017, 11:41 p.m.)
Review request for mesos, Alexander Rojas, Jan Schlicht, Till Toenshoff, and
Vinod Kone.
Changes
-------
Reworked the patch to add tests for the Mesos-level 'CombinedAuthenticator'.
Bugs: MESOS-7004
https://issues.apache.org/jira/browse/MESOS-7004
Repository: mesos
Description
-------
This patch adds the following libprocess tests to ensure
correct behavior when multiple authenticators are loaded
for a single realm:
HttpAuthenticationTest.UnauthorizedMultipleAuthenticators
HttpAuthenticationTest.ForbiddenMultipleAuthenticators
HttpAuthenticationTest.AuthenticatedMultipleAuthenticators
Diffs (updated)
-----
src/tests/http_authentication_tests.cpp
d5fabf0058755502f19eb6385bd99a0d45419508
Diff: https://reviews.apache.org/r/56475/diff/2/
Changes: https://reviews.apache.org/r/56475/diff/1-2/
Testing
-------
The following commands were used to test:
`make check`
`3rdparty/libprocess/libprocess-tests --gtest_filter="*MultipleAuthenticators*"
--gtest_repeat=10000`
Thanks,
Greg Mann