khalidmammadov opened a new pull request #18667: URL: https://github.com/apache/airflow/pull/18667
This is to clean up test database once tests are completed as some test create users and roles and don't delete them. This affects other test suites when run in different scenarios like `pytest tests` to test all. For example one test adds a user 'test' and doesn't delete it. Then some other test author creates a 'test' user as well. This causes issues. This PR fixes these issues in this file only and I'll file some more PRs to fix them all so they "leave the house tidy once leave" This PR linked to #18653 and #18586 I have been working on --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- 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]
