The GitHub Actions job "Tests" on airflow.git/fix-databricks has succeeded.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
9154b5627e901d9366b26f5cd428354739836877 / Kaxil Naik <[email protected]>
Fix Databricks provider tests

https://github.com/apache/airflow/pull/46704 added changes but the tests were 
failing

```
=========================== short test summary info ============================
FAILED 
providers/databricks/tests/unit/databricks/plugins/test_databricks_workflow.py::test_repair_task_with_params
 - AssertionError: expected call not found.
Expected: repair_run({'run_id': 12345, 'rerun_tasks': ['task1', 'task2'], 
'overriding_parameters': {'key1': 'value1', 'key2': 'value2'}})
Actual: repair_run({'run_id': 12345, 'latest_repair_id': 100, 'rerun_tasks': 
['task1', 'task2'], 'key1': 'value1', 'key2': 'value2'})
====== 1 failed, 6631 passed, 122 skipped, 1 warning in 793.11s (0:13:13) ======

```

https://github.com/apache/airflow/actions/runs/14309323849/job/40100685431?

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

With regards,
GitHub Actions via GitBox


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

Reply via email to