Taragolis commented on PR #28990: URL: https://github.com/apache/airflow/pull/28990#issuecomment-1385657296
Aaaaaaand it still randomly failed 😢 , on previous attempt to un-quarantined it usual failed on Postgres Backend. First failure also on Postgres backend: [`Postgres12,Py3.8: API Always CLI Core Other Providers WWW`](https://github.com/apache/airflow/actions/runs/3940710047/jobs/6742333125#logs) ```console ti.refresh_from_db() > assert ti.state == State.UP_FOR_RETRY E AssertionError: assert 'running' == <TaskInstance...up_for_retry'> E - up_for_retry E + running tests/jobs/test_local_task_job.py:797: AssertionError ``` -- 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]
