-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/66323/
-----------------------------------------------------------
(Updated March 30, 2018, 11:10 a.m.)
Review request for mesos and Greg Mann.
Changes
-------
Added one task, three tasks instead of two to cover more corner cases.
Bugs: MESOS-8617 and MESOS-8624
https://issues.apache.org/jira/browse/MESOS-8617
https://issues.apache.org/jira/browse/MESOS-8624
Repository: mesos
Description
-------
This test verifies the agent behavior of launching
two task(group)s using the same executor. When both
tasks are launching on the agent (before creating
any executor), if the first task (in the agent receiving
order) fails to launch, the later task will get dropped.
If the later task fails to launch, the first task
should still launch successfully.
Diffs (updated)
-----
src/tests/slave_tests.cpp 0d7d9726ee39e4c588ea5eb8a54a73fbe1249353
Diff: https://reviews.apache.org/r/66323/diff/3/
Changes: https://reviews.apache.org/r/66323/diff/2-3/
Testing
-------
make check
Thanks,
Meng Zhu
|