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

Head commit for run:
ee4f39c67e3393c863c814b7e1ca3b1dc40625f0 / Daniel Standish 
<[email protected]>
Fix flakey test test_disable_logging (#26871)

We expected an AssertionError arising from `self.assertLogs`, which means we 
expected that no logs would be emitted.

The problem is, when this fails, we don't know why -- we don't know what was 
logged that we did not expect to be logged.

We can improve this test by capturing the logs, then asserting that the logs 
captured are only the ones emitted explicitly in the test code (assertLogs will 
fail if we don't insert a dummy log record).

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

With regards,
GitHub Actions via GitBox


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

Reply via email to