ashb edited a comment on pull request #12308: URL: https://github.com/apache/airflow/pull/12308#issuecomment-727214204
Hmmmmm, passes for me locally. Fun. Including when using `./breeze --github-image-id 363059764 --python 3.7 -b postgres` -- some other test must be having a side-effect. Found it: ``` tests/task/task_runner/test_standard_task_runner.py::TestStandardTaskRunner tests/plugins/test_plugins_manager.py::TestPluginsManager ``` That fails. Any test in test_standard_task_runner causes the problem. I think the problem may be an "errant" logging.shutdown. This test had a `dictConfig` in the setUpClass that changed the config, but didn't reset things back. Fixed it now ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
