uranusjr commented on pull request #19145:
URL: https://github.com/apache/airflow/pull/19145#issuecomment-949259737
```
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 0x7f3f4c267b70>('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
```
Only failing on Postgres, so probably not related...? But DAG scheduling is
so core I can't really be sure.
--
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]