-
Notifications
You must be signed in to change notification settings - Fork 14.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Revert "Remove remaining Airflow 2.5 backcompat code from GCS Task Ha… #36453
Conversation
…ndler (apache#36443)" This reverts commit 75faf11.
Seems that after merging that limited PR - the error started to appear again. Let's see what happens in the PR. |
There is nothing related to asyncio in this change 🤔 |
I know :( |
So far It somehow looks liks this failure only happens in |
I think this all errors refers to the old issue with this test, previous attempt before we migrate everything to the pytest: |
Also reverting it and running few times |
🤔 |
Maybe we could return to previous solution, when we manually filtered log records by a logger name instead of provide it into the More interesting why this error appear again 🤔 |
Indeed .. that's very interesting. |
Let's see https://github.com/apache/airflow/actions/runs/7339685558 Update: Failed again with the same error on Postgres 14/Python 3.10 |
Let's see the next one https://github.com/apache/airflow/actions/runs/7340134340 |
Let's merge it to see if it helps. We had two subsequent main failures after merging PRs |
Merged the https://github.com/apache/airflow/actions/runs/7340642180 to see the third failure. |
Merged. It failed 3 times in a row now -let's see if that one will fix main ... Would be super strange but with this kind of side effect, it could be something very, very unrelated |
Aaaand surprise surprise ... Merging the revert fixed the problem ?!?! .... this is a very strange issue |
…ndler (#36443)"
This reverts commit 75faf11.
^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named
{pr_number}.significant.rst
or{issue_number}.significant.rst
, in newsfragments.