ferruzzi commented on code in PR #39531:
URL: https://github.com/apache/airflow/pull/39531#discussion_r1595942453
##########
tests/executors/test_executor_loader.py:
##########
@@ -301,3 +302,21 @@ def
test_validate_database_executor_compatibility_sqlite(self, monkeypatch, exec
monkeypatch.delenv("_AIRFLOW__SKIP_DATABASE_EXECUTOR_COMPATIBILITY_CHECK")
with expectation:
ExecutorLoader.validate_database_executor_compatibility(executor)
+
+ def test_load_executor(self):
Review Comment:
Nice addition
--
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]