kaxil commented on code in PR #68926: URL: https://github.com/apache/airflow/pull/68926#discussion_r3542448760
########## providers/common/ai/tests/unit/common/ai/durable/test_base.py: ########## Review Comment: Added `TestRealBackendsSatisfyProtocol`: `issubclass(DurableStorage, DurableStorageProtocol)` on all versions and the same for `TaskStateStoreDurableStorage` (guarded to 3.3+). Also dropped the two artificial-backend tests, since they only exercised `typing.Protocol` machinery; the real-backend `issubclass` checks are what actually catch a renamed or dropped method. -- 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]
