Jeremiah Lowin created AIRFLOW-301:
--------------------------------------

             Summary: Unit test always fails on the last day of the month
                 Key: AIRFLOW-301
                 URL: https://issues.apache.org/jira/browse/AIRFLOW-301
             Project: Apache Airflow
          Issue Type: Bug
          Components: tests
    Affects Versions: Airflow 1.7.1.3
            Reporter: Jeremiah Lowin
            Assignee: Jeremiah Lowin


The following line in the unit test for clearing XComs fails on the last day of 
the month:
https://github.com/apache/incubator-airflow/blob/7980f7771ab6b6f84259ea9a52e78e4f5f690e42/tests/models.py#L560

{code}
======================================================================
ERROR: tests xcom fetch behavior with different execution dates, using
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/apache/incubator-airflow/tests/models.py", line 560, 
in test_xcom_pull_different_execution_date
    exec_date = exec_date.replace(day=exec_date.day + 1)
ValueError: day is out of range for month
-------------------- >> begin captured logging << --------------------
{code}



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

Reply via email to