You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/01/20 01:35:26 UTC

[jira] [Commented] (AIRFLOW-773) Fix flaky test that uses current time

    [ https://issues.apache.org/jira/browse/AIRFLOW-773?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15830991#comment-15830991 ] 

ASF subversion and git services commented on AIRFLOW-773:
---------------------------------------------------------

Commit a3927e239af6a5fa74f6033c5f00d37f025c708a in incubator-airflow's branch refs/heads/master from [~aoen]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-airflow.git;h=a3927e2 ]

[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 incorrect). This causes travis CI to always
fail for one hour of the day.

Closes #2004 from
aoen/ddavydov/fix_flaky_datetime_tet


> Fix flaky test that uses current time
> -------------------------------------
>
>                 Key: AIRFLOW-773
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-773
>             Project: Apache Airflow
>          Issue Type: Bug
>            Reporter: Dan Davydov
>            Assignee: Dan Davydov
>
> 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 incorrect).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)