-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52165/
-----------------------------------------------------------
(Updated Sept. 27, 2016, 4:04 a.m.)
Review request for mesos and Vinod Kone.
Changes
-------
Updated description
Bugs: MESOS-6227
https://issues.apache.org/jira/browse/MESOS-6227
Repository: mesos
Description (updated)
-------
This change modifies a couple of default executor tests that
would fail otherwise after the launch/wait/destroy child
container changes. The changes are as under:
- Disable AuthN on the agent allowing the executor to connect.
- Fix an incorrect assumption in a test that status updates for
different tasks would be sent in order.
These tests are disabled for now but would be enabled when the
launcher changes land.
Diffs
-----
src/tests/default_executor_tests.cpp 786fbe3baac3c1542b318a26363213a4a1945ddd
Diff: https://reviews.apache.org/r/52165/diff/
Testing
-------
make check (on Gilbert's branch that has the launcher changes)
Thanks,
Anand Mazumdar