-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57807/
-----------------------------------------------------------
(Updated March 24, 2017, 2:05 p.m.)
Review request for mesos, Anand Mazumdar, Alexander Rojas, Benjamin Mahler, and
Vinod Kone.
Bugs: MESOS-6999
https://issues.apache.org/jira/browse/MESOS-6999
Repository: mesos
Description
-------
This patch updates the test `SchedulerTest.TaskGroupRunning`
to confirm that the agent-side code responsible for launching
task groups works correctly. Previously, this test only
verified that the `RunTaskGroupMessage` was sent to the agent.
Diffs (updated)
-----
src/tests/scheduler_tests.cpp 65259b47ec1a2094b23ff448370d30122fd218ca
Diff: https://reviews.apache.org/r/57807/diff/7/
Changes: https://reviews.apache.org/r/57807/diff/6-7/
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