potiuk commented on PR #44776: URL: https://github.com/apache/airflow/pull/44776#issuecomment-2526227590
Example failure where I saw this happen: https://github.com/apache/airflow/actions/runs/12223335598/job/34094868625?pr=44686#step:9:670 ```python ________________ TestWatchedSubprocess.test_reading_from_pipes _________________ [gw1] linux -- Python 3.9.21 /usr/local/bin/python task_sdk/tests/execution_time/test_supervisor.py:113: in test_reading_from_pipes assert captured_logs == [ E AssertionError: assert equals failed E 'level': 'info', 'level': 'info', E 'logger': 'task', 'logger': 'task', E 'timestamp': '2024-11-07T12 'timestamp': '2024-11-07T12 E :34:56.078901Z', :34:56.078901Z', E }, }, E { { E 'chan': 'stdout', 'chan': 'stderr', E 'event': 'Message split acr 'event': 'stderr message', E oss two writes', E 'level': 'info', 'level': 'error', E 'logger': 'task', 'logger': 'task', E 'timestamp': '2024-11-07T12 'timestamp': '2024-11-07T12 E :34:56.078901Z', :34:56.078901Z', E }, }, E { { E 'chan': 'stderr', 'chan': 'stdout', E 'event': 'stderr message', 'event': 'Message split acr E oss two writes', E 'level': 'error', 'level': 'info', E 'logger': 'task', 'logger': 'task', E 'timestamp': '2024-11-07T12 'timestamp': '2024-11-07T12 E :34:56.078901Z', :34:56.078901Z', E }, }, E { { E 'event': 'An error message' 'event': 'An error message' E , , ``` -- 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]
