potiuk commented on a change in pull request #21877:
URL: https://github.com/apache/airflow/pull/21877#discussion_r832441521



##########
File path: airflow/models/taskinstance.py
##########
@@ -1410,18 +1410,7 @@ def _execute_task_with_callbacks(self, context, 
test_mode=False):
         """Prepare Task for Execution"""
         from airflow.models.renderedtifields import RenderedTaskInstanceFields
 
-        parent_pid = os.getpid()

Review comment:
       Same here - this code is deleted by mistake I believe

##########
File path: docker_tests/test_docker_compose_quick_start.py
##########
@@ -102,8 +102,8 @@ def wait_for_container(container_id: str, timeout: int = 
300):
 
 
 def wait_for_terminal_dag_state(dag_id, dag_run_id):
-    # Wait 30 seconds
-    for _ in range(30):

Review comment:
       Can you make a separate PR with that change please. Seems unrelated?




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