Taragolis commented on issue #28275:
URL: https://github.com/apache/airflow/issues/28275#issuecomment-1353427387

   @potiuk I've just look more clear in the CI errors and found that this tests 
more probably killed by 
[pytest-timeout](https://github.com/pytest-dev/pytest-timeout/blob/7d4c413a6344edd8340628354419a324e68c6cb7/pytest_timeout.py#L402)
   
   Other error could refers to the fact that pytest basically couldn't properly 
kill all Executors processes
   
   ```
       def _try_wait(self, wait_flags):
           """All callers to this function MUST hold self._waitpid_lock."""
           try:
   >           (pid, sts) = os.waitpid(self.pid, wait_flags)
   E           Failed: Timeout >60.0s
   ```
   
   I increase timeout for this test in PR: 
https://github.com/apache/airflow/pull/28378#discussion_r1049451024


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