steveahnahn commented on PR #60352:
URL: https://github.com/apache/airflow/pull/60352#issuecomment-3751912814

   Thanks for the review, the scenarios you mentioned are already covered in 
airflow-core/tests/unit/api_fastapi/execution_api/versions/head/test_task_instances.py:
   
     - test_get_count_mix_of_task_and_task_group_dynamic_task_mapping
     - test_get_task_states_mix_of_task_and_task_group_dynamic_task_mapping
   
   The existing parametrized cases cover mapped tasks with multiple map 
indices, default behavior without map_index, and filtering with task_group_id. 
These tests will now exercise the new db-level filtering path.
   
   I did end up adding one missed test combination, filtering by map_index 
without providing task_group_id


-- 
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