sejal-gupta-ksolves opened a new pull request, #68614:
URL: https://github.com/apache/airflow/pull/68614

   closes: #59319
   
   ### Description
   
   Introduce end-to-end matrix tests verifying the functionality of 
`dag.test()` with structural variations of the execution state via the 
`use_executor` keyword argument. 
   
   #### Changes Made:
   1. **Added `test_dag_test_executor.py`**: A parameterized test suite that 
runs a test matrix across both `use_executor=True` and `use_executor=False` 
configurations. It loads the target DAG bag completely offline, executing 
`dag.test()` locally without relying on active REST API networks or Docker 
container loopback connection structures.
   2. **Added `example_dag_test_executor.py`**: A companion verification DAG 
mapping structural tasks (`task_start >> task_end`) used as the explicit 
offline target for the execution matrix checks.
   ---
   


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