vincbeck commented on PR #46942: URL: https://github.com/apache/airflow/pull/46942#issuecomment-2683527113
All SQLLite tests are failing as well (whereas the other DBs succeed) because the database is locked. If anyone has any idea why and/or can look into it, that would be great :) ``` ERROR tests/api_fastapi/core_api/routes/public/test_dag_run.py::TestTriggerDagRun::test_should_respond_200[None-None-None-None] - sqlalchemy.exc.OperationalError: (sqlite3.OperationalError) database is locked [SQL: DELETE FROM connection] (Background on this error at: https://sqlalche.me/e/14/e3q8) ``` -- 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]
