-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/52453/
-----------------------------------------------------------
(Updated Oct. 5, 2016, 6:09 a.m.)
Review request for Aurora, Joshua Cohen and Zameer Manji.
Changes
-------
Add documentations for health check driven update in job update documentation.
Bugs: AURORA-894
https://issues.apache.org/jira/browse/AURORA-894
Repository: aurora
Description
-------
- Add support for receiving a new HealthCheckConfig attribute
"min_consecutive_successes" in health checker.
- Add an entry in release note that describes the health check driven update
feature.
This patch is related to https://reviews.apache.org/r/52094/, in which I added
a new configuration value "min_consecutive_successes" in HealthCheckConfig.
Diffs (updated)
-----
RELEASE-NOTES.md 49c03e85ae4c2e3ebc8af89e9ce41df9fd52d6cd
docs/features/job-updates.md 792f2ae5fd14b1ea9af8be000629ce5a7fc2fe8f
src/main/python/apache/aurora/client/api/updater_util.py
c649316edb876565c92cc90c9f030e153c008924
src/main/python/apache/aurora/executor/common/health_checker.py
03fbffdc3862a94c2ba42c9b9e8f2be4094129b8
Diff: https://reviews.apache.org/r/52453/diff/
Testing
-------
./build-support/jenkins/build.sh
./pants test.pytest src/test/python/apache/aurora/executor::
./src/test/sh/org/apache/aurora/e2e/test_end_to_end.sh
Thanks,
Kai Huang