The GitHub Actions job "Tests (AMD)" on airflow.git/providers/42164-databricks-workflow-taskgroup-cleanup has failed. Run started by GitHub user moomindani (triggered by eladkal).
Head commit for run: c43d557bc9cfcb2f62c113fd9d64a52d4553d8cc / Noritaka Sekiyama <[email protected]> Strengthen test to actually exercise the bug The previous test raised an AirflowException from inside the workflow body, but super().__exit__ is reached even on the unfixed code in that path (the for-loop over tasks is empty), so the test passed without the fix. Replace it with a regression test that triggers the raise inside DatabricksWorkflowTaskGroup.__exit__ itself (via an EmptyOperator that does not implement _convert_to_databricks_workflow_task) and asserts TaskGroupContext is empty afterward — fails on unfixed code, passes on fixed code. Also drops two unused imports introduced earlier. Report URL: https://github.com/apache/airflow/actions/runs/25543031391 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
