potiuk commented on PR #32218: URL: https://github.com/apache/airflow/pull/32218#issuecomment-1612276747
Fix to the failing tests here: https://github.com/apache/airflow/pull/32248 Very interesting edge-case. I think it has not been triggered before because effectively singleton was not really used and each entry was only accessed once. With fixing the singleton, the "invalid" entry was accessed twice during the same test and the second time it returned functools.partial object instead of None. -- 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]
