-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57750/
-----------------------------------------------------------
Review request for mesos, Anand Mazumdar, Alexander Rojas, and Vinod Kone.
Bugs: MESOS-6999
https://issues.apache.org/jira/browse/MESOS-6999
Repository: mesos
Description
-------
This patch turns off executor authentication in the
ExecutorHttpApiTests, since authentication is not related
to the functionality they are meant to test. Since executor
tokens depend on the FrameworkID/ExecutorID/ContainerID of
the executor, it would be difficult to enable it in these
tests.
Diffs
-----
src/tests/executor_http_api_tests.cpp
13d2e1db2ffdad34dadbf2911e91938706fd4fd0
Diff: https://reviews.apache.org/r/57750/diff/1/
Testing
-------
`make check` was done to test that all existing tests succeed when executor
authentication is enabled by default in the test cluster code. The
ExecutorHttpApiTests are the only tests in which it has been disabled.
Thanks,
Greg Mann