kaxil commented on issue #53130: URL: https://github.com/apache/airflow/issues/53130#issuecomment-3057560558
I think there might be few ways (types of tests) to do this: 1. Running certain dags via `airflow dags test` or `dag.test()`. That will use the `InProcessExecutionAPI` & `InProcessSupervisorComms` which would allow using debugger in case of failures. 2. Just run an API-server and createintegration test under Task SDK. This will allow writing XCom pull type test with an actual server (instead of running entire DAG) 3. [Future] Run certain type of backport test with n-1 version of task SDK similar to our Provider compact tests. -- 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]
