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

Head commit for run:
7ce438edfab40b1d7207da61da46ec1387060734 / Ash Berlin-Taylor <[email protected]>
Test DagFileProcessorManager directly, not via the JobRunner

90% of these tests created a DagProcessorJobRunner with the Manager inside it,
then did absolutely nothing with the JobRunner object. This makes the tests
more directly use what they are testing.

(DagProcessorJobRunner itself is as simple as can be -- it calls `start()` ->
`terminate()` -> `end()` so we don't loose much of anything by not testing it
explicitly)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to