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

   * Revert virtualenv connections/variables access and logging as test are 
failing
   
   Revert virtualenv connections/variables access and logging as tests are 
failing in https://github.com/apache/airflow/actions/runs/18896380254. The 
issue here is that it's a socket initialisation error that occurs when 
CommsDecoder tries to create a socket from stdin (file descriptor 0) in 
subprocess environments where stdin is not a socket.
   
   This reverts commit fb8b590 (PR #57213) which allowed virtualenv code to 
access connections/variables and send logs via supervisor comms 
reinitialization.
   
   * Address review: Use built-in print as fallback
   
   ---------
   (cherry picked from commit 5002660b95464470657198f19c46926a7a76ef2a)
   
   Co-authored-by: Gurram Sai Ganesh <[email protected]>
   Co-authored-by: Ankit Chaurasia <[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