-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/57883/
-----------------------------------------------------------
(Updated March 23, 2017, 8:35 p.m.)
Review request for mesos, Anand Mazumdar and Vinod Kone.
Summary (updated)
-----------------
Added new tests for executor secret generation.
Bugs: MESOS-6999
https://issues.apache.org/jira/browse/MESOS-6999
Repository: mesos
Description (updated)
-------
This patch adds new tests,
`SlaveTest.RunTaskGroupFailedSecretGeneration` and
`SlaveTest.RunTaskGroupInvalidExecutorSecret`, to
verify the agent's behavior when generation of the
executor secret fails.
Diffs (updated)
-----
src/tests/slave_tests.cpp c31c670b667240c4876d415aa5cf90cb34273e8a
Diff: https://reviews.apache.org/r/57883/diff/2/
Changes: https://reviews.apache.org/r/57883/diff/1-2/
Testing (updated)
-------
`make check`
`bin/mesos-tests.sh
--gtest_filter="*SlaveTest.RunTaskGroupFailedSecretGeneration*:SlaveTest.RunTaskGroupInvalidExecutorSecret*"
--gtest_repeat=-1 --gtest_break_on_failure` was used to verify that the new
tests are not flaky.
Thanks,
Greg Mann