-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/41291/
-----------------------------------------------------------
(Updated Dec. 12, 2015, 11:50 p.m.)
Review request for mesos, Ben Mahler and Vinod Kone.
Changes
-------
Fixed a race condition that showed up on ASF CI(reviewbot) where the executor
`connected` callback can be invoked before `Containerizer::_launch` is
completed. Surprisingly, they pass on my box with 300+ iterations.
Bugs: MESOS-3550
https://issues.apache.org/jira/browse/MESOS-3550
Repository: mesos
Description
-------
This change modifies the existing scheduler tests to use the new executor HTTP
library instead of the old driver based interface.
Diffs (updated)
-----
src/tests/scheduler_tests.cpp 67432109c7df6be0aa76e94a03bd5b2e9c96d14e
Diff: https://reviews.apache.org/r/41291/diff/
Testing
-------
make check
Thanks,
Anand Mazumdar