github-actions[bot] opened a new pull request, #58266:
URL: https://github.com/apache/airflow/pull/58266

   This is a follow up to #57212, which worked fine "at run time" but did not
   work in many of our own unit tests, which rely on `dag.test` or `ti.run`.
   
   The way this is implemented is that when we use the InProcessTestSupervisor 
we
   pre-emptively create a socket pair. We have to create it even it its not 
being
   used, as we can't know.
   
   And since this is all in one process we create a thread to handle the socket
   comms. Since this is only ever for tests performance or hitting the GIL
   doesn't matter.
   (cherry picked from commit 5cc2c8c1122ff280338f31a0a0b593868517100c)
   
   Co-authored-by: Ash Berlin-Taylor <[email protected]>


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