-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56475/
-----------------------------------------------------------
Review request for mesos, Alexander Rojas, Jan Schlicht, Till Toenshoff, and
Vinod Kone.
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
-----
3rdparty/libprocess/src/tests/http_tests.cpp
fb4da9aecff0370d97a15269c5d8fffb30e0478f
Diff: https://reviews.apache.org/r/56475/diff/
Testing
-------
The following commands were used to test:
`make check`
`3rdparty/libprocess/libprocess-tests --gtest_filter="*MultipleAuthenticators*"
--gtest_repeat=10000`
Thanks,
Greg Mann