The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix-flaky-test-comms-thread-safety has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
1c4be391a640a1f67cbffb24b9b3d9322acfe6b3 / Jarek Potiuk <[email protected]>
Fix flaky test_send_thread_safety in Task SDK comms tests

The test assumed concurrent send() calls would be answered in thread-index 
order, but the order in which the requests reach the socket is not 
deterministic, so the parent must not hard-code a per-thread response order. 
The parent now reads each request off the socket and echoes a response built 
from that request's own body, so every thread reliably receives the response to 
its own message regardless of scheduling. Production code is unchanged.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to