kimyoungi99 commented on PR #62214:
URL: https://github.com/apache/airflow/pull/62214#issuecomment-3936560197

   Looked into the CI failures — I think the provider DB tests (MySQL, 
Postgres, Sqlite) are failing because the singleton caching returns a stale 
`FabAuthManager` instance bound to a previous Flask app context (`KeyError: 
'AUTH_USER_REGISTRATION'`). I believe adding `purge_cached_app()` in the FAB 
provider test fixtures to reset the singleton between tests should fix it, but 
I can't easily verify locally without Breeze. Do you have a preferred place for 
the cleanup (individual test fixtures vs a shared conftest)?


-- 
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]

Reply via email to