The GitHub Actions job "Tests (AMD)" on airflow.git/backport-87089a5-v3-3-test has failed. Run started by GitHub user jason810496 (triggered by jason810496).
Head commit for run: b1664504937117b7a03c36c19b6c033846c1e794 / Jason(Zhe-You) Liu <[email protected]> [v3-3-test] Fix crash when tailing logs of a running task instance (#69503) FileTaskHandler._read() returns an itertools.islice stream when resuming a log read via metadata["log_pos"] (introduced in #63531), but _is_logs_stream_like() only recognized chain and generator objects, so the public read() wrapper raised TypeError: Invalid log stream type... Got islice instead whenever a client polled or tailed a running task's logs. (cherry picked from commit 87089a5) Co-authored-by: Jason(Zhe-You) Liu <[email protected]> Report URL: https://github.com/apache/airflow/actions/runs/28861773658 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
