-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/55901/
-----------------------------------------------------------
(Updated March 23, 2017, 11:39 p.m.)
Review request for mesos, Alexander Rukletsov, Anand Mazumdar, haosdent huang,
and Vinod Kone.
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
-------
Added support for command health checks to the default executor.
Diffs
-----
src/checks/health_checker.hpp 44df544b585b8c9f1138fc69b34b064bae8cc867
src/checks/health_checker.cpp a26e9b570ea3a0ee775d220a3b523ae7052dad23
src/launcher/default_executor.cpp 6a885af50db6d489194cc9b780fcf1494e853694
src/tests/health_check_tests.cpp fc1c8281ff8fbb76b7ac510ce36c98db4de4d171
Diff: https://reviews.apache.org/r/55901/diff/19/
Testing
-------
Introduced a new test: `HealthCheckTest.DefaultExecutorCmdHealthCheck`. It
passes on Linux and macOS.
Thanks,
Gastón Kleiman