The GitHub Actions job "Tests (AMD)" on airflow.git/fix/db-connection-leaks-in-resetdb has succeeded. Run started by GitHub user magic-peach (triggered by potiuk).
Head commit for run: df6551c71f590a930f8fc0449bfc6c7377262c9b / Akanksha Trehun <[email protected]> Fix database connection leaks in resetdb functions The _resetdb_default and BaseDBManager.resetdb functions created database connections via engine.connect() but never closed them. The connections were not used as context managers, so they leaked on every call to resetdb. Changed both functions to use engine.connect() as a context manager, matching the pattern already used in the MySQL variant (_resetdb_mysql). This ensures connections are properly closed after use. Signed-off-by: Akanksha Trehun <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/29579205868 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
