ferruzzi commented on issue #68374: URL: https://github.com/apache/airflow/issues/68374#issuecomment-4677091221
I literally just noticed the issue and if I'm looking at it right, it's a small but invasive fix.. a couple of fixtures need to clean up after themselves, a couple of tests will need to be modified to use those fixtures, and a LOT of tests which have that defensive pre-cleaning will need to get cleaned up.... I don't think it's hard work, but I think it'll be a bit of work in a lot of files, and a lot of chances to break things. It looks like 41 files use `clear_db_dag_bundles` and/or `clear_db_teams`. After the initial groundwork is done on the fixtures, those will all need to be checked to see if they have to be modified to use the modified fixtures or if they were just being defensive and can now be cleaned, etc. Let's give it a day or three to see if anyone objects or maybe knows of a reason it was done thins way that I missed or forgot. -- 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]
