jlaportebot opened a new pull request, #67274:
URL: https://github.com/apache/airflow/pull/67274

   ## Description
   
   Adds comprehensive regression tests for the `xcom_pull` default parameter 
fix (see #65673).
   
   The existing PR #65673 fixes the bug but lacks test coverage. This PR adds:
   
   - Parametrized test for `xcom_pull` returning the user-provided default when 
no XCom is found
   - Covers single-task, multi-task, and various `map_indexes` configurations
   - Test verifying `None` is returned when no default is specified
   
   ## Tests
   
   - `test_xcom_pull_returns_default_when_no_xcom_found` — 7 parametrized cases
   - `test_xcom_pull_default_none_when_not_specified` — verifies backward compat
   
   Related to #65673


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to