[2/5] incubator-airflow git commit: [AIRFLOW-773] Fix flaky datetime addition in api test

2017-01-20 Thread bolke
[AIRFLOW-773] Fix flaky datetime addition in api test Please accept this PR that addresses the following issues: - https://issues.apache.org/jira/browse/AIRFLOW-773 There is an API test in www/api/experimental/test_endpoints.py that adds one to a datetime incorrectly (e.g. hours = 24 + 1 is

incubator-airflow git commit: [AIRFLOW-773] Fix flaky datetime addition in api test

2017-01-19 Thread davydov
Repository: incubator-airflow Updated Branches: refs/heads/master b56cb5cc9 -> a3927e239 [AIRFLOW-773] Fix flaky datetime addition in api test Please accept this PR that addresses the following issues: - https://issues.apache.org/jira/browse/AIRFLOW-773 There is an API test in