uranusjr edited a comment on pull request #18243:
URL: https://github.com/apache/airflow/pull/18243#issuecomment-919699445


   I think this needs a rebase. Not sure if the `max_retries` failures are 
related; don’t feel like it, but I don’t see anything in main modifying that 
recently either.
   
   ```
    tests/models/test_cleartasks.py::TestClearTasks::test_clear_task_instances: 
assert 3 == 1
    +  where 3 = <TaskInstance: test_clear_task_instances.1 
scheduled__2016-01-01T00:00:00+00:00 [None]>.max_tries
   
tests/models/test_cleartasks.py::TestClearTasks::test_clear_task_instances_with_task_reschedule:
 AssertionError: assert 0 == 1
    +  where 0 = <function 
TestClearTasks.test_clear_task_instances_with_task_reschedule.<locals>.count_task_reschedule
 at 0x7f49a824fd40>('1')
    +    where '1' = <TaskInstance: 
test_clear_task_instances_with_task_reschedule.1 
scheduled__2016-01-01T00:00:00+00:00 [up_for_reschedule]>.task_id
   tests/models/test_cleartasks.py::TestClearTasks::test_dag_clear: assert 3 == 
1
    +  where 3 = <TaskInstance: test_dag_clear.test_dag_clear_task_1 
scheduled__2016-01-01T00:00:00+00:00 [None]>.max_tries
   tests/models/test_cleartasks.py::TestClearTasks::test_operator_clear: assert 
1 == 0
    +  where 1 = <TaskInstance: test_operator_clear.dummy_op 
scheduled__2016-01-01T00:00:00+00:00 [success]>.max_tries
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to