-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55901/
-----------------------------------------------------------
(Updated Jan. 28, 2017, 12:39 p.m.)
Review request for mesos, Alexander Rukletsov, Anand Mazumdar, haosdent huang,
and Vinod Kone.
Changes
-------
Addressed Vinod's feedback.
Summary (updated)
-----------------
Added support for command health checks to the default executor.
Bugs: MESOS-6280
https://issues.apache.org/jira/browse/MESOS-6280
Repository: mesos
Description (updated)
-------
Added support for command health checks to the default executor.
Diffs (updated)
-----
src/checks/health_checker.hpp 95da1ff7dd6b222a93076633eb3757ec9aa43cf6
src/checks/health_checker.cpp e70bd7936752613a4f92c70c4c61cd7cdf7c4ee5
src/launcher/default_executor.cpp 97eee05cac8cb1f62d43e2aecc08a8e54e49eac3
src/tests/health_check_tests.cpp 710cb66eff6c4447caa22772f0cdc97cfa582c50
Diff: https://reviews.apache.org/r/55901/diff/
Testing
-------
Introduced a new test: `HealthCheckTest.DefaultExecutorCmdHealthCheck`. It
passes on Linux, but not on macOS.
Thanks,
Gastón Kleiman