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

Head commit for run:
cbb04e513352e237baf6075ff8c6a59cc88d1122 / Dongwon Kim <[email protected]>
Remove duplicated logs by reusing PodLogsConsumer (#34127)

* 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]>

* Move the try inside the connection creation

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

* Validate reusing PodLogsConsumer instance

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

* Check there are duplicated logs

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

---------

Signed-off-by: 김동원 <[email protected]>
Co-authored-by: 김동원 <[email protected]>
Co-authored-by: Elad Kalif <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to