-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47088/
-----------------------------------------------------------
(Updated Nov. 25, 2016, 3:08 p.m.)
Review request for mesos, Alexander Rukletsov, Benjamin Mahler, Greg Mann,
Artem Harutyunyan, Neil Conway, and Timothy Chen.
Changes
-------
Rebase.
Bugs: MESOS-1802
https://issues.apache.org/jira/browse/MESOS-1802
Repository: mesos
Description
-------
Dropped http status check because so far we could not guarantee the
http queries order match the `statusUpdate` order.
Diffs (updated)
-----
src/tests/health_check_tests.cpp a4436bdb70ca988106742dadb0762c99a4ebe369
Diff: https://reviews.apache.org/r/47088/diff/
Testing
-------
Using
```
GLOG_v=1 ./bin/mesos-tests.sh
--gtest_filter="HealthCheckTest.HealthStatusChange" --verbose
--gtest_break_on_failure --gtest_repeat=-1
```
More than 1000 interactions in my slow vm.
Thanks,
haosdent huang