The GitHub Actions job "Tests (AMD)" on airflow.git/fix/os-log-handler-malformed-log-entry has failed. Run started by GitHub user hkc-8010 (triggered by hkc-8010).
Head commit for run: d694b31cbf43d7bece81ace62d0df9d527bc582f / Hemkumar Chheda <[email protected]> Prevent malformed OpenSearch log entries from crashing task log fetch A single stored log entry with a non-string `event` field (for example, a task that logs a list or dict as the sole message argument) currently crashes the entire task-log-fetch request with an unhandled pydantic.ValidationError, instead of degrading gracefully. _read() built StructuredLogMessage objects from stored OpenSearch hits without catching validation failures. This catches ValidationError per hit and falls back to a stringified event, matching the existing fallback pattern in file_task_handler.py's _log_stream_to_parsed_log_stream. Related: #69304 Report URL: https://github.com/apache/airflow/actions/runs/28645825657 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
