The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dkim010 (triggered by eladkal).

Head commit for run:
e1220a4d96248d5c30b92cf986fd45b2459362dc / 김동원 <[email protected]>
Remove duplicated logs by reusing PodLogsConsumer

* reuse the kubernetes connection not to re-consume the logs
  * If a failure occurs while consuming logs through `PodLogsConsumer`, a new 
`PodLogsConsumer` is created.
  * But, at this time there are duplicated logs even though they have already 
been consumed.
  * To fix the duplicated logs, `PodLogsConsumer` instance is created initially 
at once and is to reused
    when a failure occurs to prevent duplicate logs from occurring.

Signed-off-by: 김동원 <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to