gopidesupavan commented on code in PR #56643:
URL: https://github.com/apache/airflow/pull/56643#discussion_r2431305141


##########
task-sdk-tests/tests/task_sdk_tests/conftest.py:
##########
@@ -116,6 +119,7 @@ def docker_compose_setup(tmp_path_factory):
         console.print("[yellow]Starting docker-compose for session...")
         compose.compose.up(detach=True, wait=True)
         console.print("[green]Docker compose started successfully!\n")
+        compose.compose.execute(service="airflow-dag-processor", 
command=["airflow", "dags", "reserialize"])

Review Comment:
   just to safe side to parse dag, have seen in past some times docker tests 
failed due to dags not parsed in time :)



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