The GitHub Actions job "Tests (AMD)" on airflow.git/zo/global-trigger-q-support 
has succeeded.
Run started by GitHub user zach-overflow (triggered by uranusjr).

Head commit for run:
3a3c2a75877182db1376dc90662b74d5665d1fec / Zach <[email protected]>
Fix compat-test failures from asserting on unreleased MessageQueueTrigger.queue

Provider distributions must keep passing tests against previously
released Airflow versions. BaseEventTrigger.queue is a new attribute
added by this branch, so any Airflow release before it ships doesn't
have the attribute at all, and BaseTrigger has no class-level default
either in those older releases. Assertions on trigger.queue therefore
raised AttributeError under the 3.0.6/3.1.8/3.3.0 compat test jobs.
Guard with getattr(trigger, "queue", None), matching the same pattern
already used for this attribute in airflow.serialization.encoders.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to