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

Head commit for run:
7cb316eb0cb7b16c0128df44ec6004c7220ecb54 / Jarek Potiuk <[email protected]>
Fix output buffering for `breeze testing test`

Since we disabled warnings and redirected them to the output file,
we lost continuous output of the progress of tests when they
were run as `breeze testing tests` command. The whole summary
of the tests appeared only at the end of tests.

This turned out to be Python output buffering in "filter_out_warning"
class. It is fixed by flushing sys.stdout after every printed line
now.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to