Skip to content

Add CeleryExecutor callback workload routing test#66435

Open
leeyspaul wants to merge 1 commit intoapache:mainfrom
leeyspaul:tests/celery-callback-routing-test
Open

Add CeleryExecutor callback workload routing test#66435
leeyspaul wants to merge 1 commit intoapache:mainfrom
leeyspaul:tests/celery-callback-routing-test

Conversation

@leeyspaul
Copy link
Copy Markdown
Contributor

Adds focused CeleryExecutor unit coverage for routing ExecuteCallback workloads through _process_workloads().

This verifies that callback workloads are sent to Celery with:

  • the callback ID as the workload key
  • the default queue when no callback queue is provided
  • the callback-provided queue when present

This is intended to strengthen executor compatibility coverage for the Airflow 3.2+ callback workload path.

Related: #65793


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@leeyspaul leeyspaul marked this pull request as ready for review May 5, 2026 18:16
Copy link
Copy Markdown
Contributor

@SameerMesiah97 SameerMesiah97 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved pending green CI.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants