nagasrisai commented on code in PR #64614:
URL: https://github.com/apache/airflow/pull/64614#discussion_r3070365352
##########
task-sdk/tests/task_sdk/execution_time/test_task_runner.py:
##########
@@ -2106,6 +2106,30 @@ def mock_send_side_effect(*args, **kwargs):
),
)
+ def test_xcom_pull_default_respected_when_no_map_indexes(
Review Comment:
@anishgirianish Good point. Added
`test_xcom_pull_default_is_none_when_not_passed_and_no_xcom` which calls
`xcom_pull` without a `default` argument and asserts the result is `None` when
nothing is stored. That pins down that the old behaviour is still intact.
--
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]