ashb opened a new pull request, #44642: URL: https://github.com/apache/airflow/pull/44642
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) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
