The GitHub Actions job "Tests" on airflow.git/bugfix/edge3-supervisor-tests has succeeded. Run started by GitHub user dheerajturaga (triggered by dheerajturaga).
Head commit for run: cdb87c8a07472efe7e092505ebd2a47b9b0d9c6d / Dheeraj Turaga <[email protected]> Fix _execution_api_server_url() reading edge.api_url when execution_api_server_url is already set Previously, _execution_api_server_url() unconditionally read edge.api_url even when core.execution_api_server_url was explicitly configured, causing an unnecessary AirflowConfigException if only the latter was set. This also caused test_supervise_launch and test_supervise_launch_fail to fail since the test environment does not load provider config. Reorder config reads so core.execution_api_server_url is checked first and edge.api_url is only read as a fallback when needed. Mock _execution_api_server_url in test_supervise_launch and test_supervise_launch_fail to isolate them from config requirements. Add a test case covering core.execution_api_server_url set without edge.api_url. Report URL: https://github.com/apache/airflow/actions/runs/22859992697 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
