ashb commented on code in PR #44898:
URL: https://github.com/apache/airflow/pull/44898#discussion_r1883983500
##########
tests/dag_processing/test_processor.py:
##########
@@ -85,9 +78,7 @@ class TestDagFileProcessor:
@staticmethod
def clean_db():
clear_db_runs()
- clear_db_pools()
clear_db_dags()
- clear_db_import_errors()
Review Comment:
These two aren't needed anymore as the tests that assert these don't live in
here anymore - either in dagbag or processor tests
--
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]