The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/azure/data-factory-pipeline-run-mock has succeeded.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
1d5bcd78d7977fc2ddca00c701e619c70ea5ab27 / LIU ZHE YOU <[email protected]>
Fix Azure Data Factory async test on azure-mgmt-datafactory 10

The test patched the private module azure.mgmt.datafactory.models._models_py3,
which the regenerated azure-mgmt-datafactory 10.0.0 removed, so mock.patch
raised ModuleNotFoundError in the uncapped-dependency CI jobs on main. The
mocked PipelineRun was only an opaque placeholder for the mocked
pipeline_runs.get return value - the test asserts the exception is raised
before the connection is ever used - so a neutral MagicMock removes the
dependency on any specific SDK module layout. Follow-up to #69785, which
fixed the collection-time break in the same file.

Report URL: https://github.com/apache/airflow/actions/runs/29225127487

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to