potiuk commented on code in PR #46891:
URL: https://github.com/apache/airflow/pull/46891#discussion_r2203942071
##########
airflow-core/tests/unit/jobs/test_triggerer_job.py:
##########
@@ -76,17 +76,17 @@
@pytest.fixture(autouse=True)
def clean_database():
"""Fixture that cleans the database before and after every test."""
+ clear_db_connections()
Review Comment:
Yeah. There was some strange behaviour of left-over connections that I had
to fix this. way..
--
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]