The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user kaxil (triggered by kaxil).

Head commit for run:
f94eb9ba38529ab4db5d530576c2fe85341fcac4 / Kaxil Naik <[email protected]>
AIP-72: Close sockets after sending start up msg

We were closing `child_comms` socket before sending start-up msg which caused 
the startup msg to have fd of `-1` since it was closed. This resulted to the 
following to be `False` and hence there was no communication and it failed with 
`"NoneType' object has no attribute 'write"`.

https://github.com/apache/airflow/blob/main/task_sdk/src/airflow/sdk/execution_time/task_runner.py#L95-L98

```
{'fd': -1, 'timestamp': datetime.datetime(2024, 11, 7, 12, 34, 56, 78901), 
'logger': 'CommsDecoder', 'event': 'Received StartupDetails', 'level': 'info'},
```

Report URL: https://github.com/apache/airflow/actions/runs/12093692739

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to