Skip to content

Conversation

@github-actions
Copy link

  • 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 5002660)

Co-authored-by: Gurram Sai Ganesh gurramsaiganesh93@gmail.com
Co-authored-by: Ankit Chaurasia 8670962+sunank200@users.noreply.github.com

… container (#57497)

* 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 5002660)

Co-authored-by: Gurram Sai Ganesh <gurramsaiganesh93@gmail.com>
Co-authored-by: Ankit Chaurasia <8670962+sunank200@users.noreply.github.com>
@boring-cyborg boring-cyborg bot added area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch labels Oct 31, 2025
@jscheffl jscheffl marked this pull request as ready for review October 31, 2025 19:21
@jscheffl jscheffl merged commit 2445880 into v3-1-test Oct 31, 2025
49 checks passed
@jscheffl jscheffl deleted the backport-5002660-v3-1-test branch October 31, 2025 19:38
ephraimbuddy pushed a commit that referenced this pull request Nov 3, 2025
… container (#57497) (#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 5002660)

Co-authored-by: Gurram Sai Ganesh <gurramsaiganesh93@gmail.com>
Co-authored-by: Ankit Chaurasia <8670962+sunank200@users.noreply.github.com>
ephraimbuddy pushed a commit that referenced this pull request Nov 4, 2025
… container (#57497) (#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 5002660)

Co-authored-by: Gurram Sai Ganesh <gurramsaiganesh93@gmail.com>
Co-authored-by: Ankit Chaurasia <8670962+sunank200@users.noreply.github.com>
@ephraimbuddy ephraimbuddy added the changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..) label Nov 10, 2025
@ephraimbuddy ephraimbuddy added this to the Airflow 3.1.3 milestone Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:dev-tools backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch changelog:skip Changes that should be skipped from the changelog (CI, tests, etc..)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants