The GitHub Actions job "Tests (AMD)" on airflow.git/backport-87089a5-v3-3-test 
has failed.
Run started by GitHub user jason810496 (triggered by ashb).

Head commit for run:
fd8ec55adbffc479ec7125656ea7f25088644cf2 / 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/28844512032

With regards,
GitHub Actions via GitBox


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

Reply via email to