ashb opened a new pull request #16528: URL: https://github.com/apache/airflow/pull/16528
If you are running this manually/locally you get a lot of "extra" output which makes it harder to see what jobs are still actually running. Example (trimmed) output with this change: ``` ### The last lines for Core process: /tmp/tmp.arSxJkgW8q/tests/Core/stdout ### tests/executors/test_executor_loader.py ....... [ 50%] tests/executors/test_kubernetes_executor.py . ### The last lines for Other process: /tmp/tmp.arSxJkgW8q/tests/Other/stdout ### tests/decorators/test_python.py .................... [ 4%] tests/decorators/test_python_virtualenv.py ............. ### The last lines for Postgres process: /tmp/tmp.arSxJkgW8q/tests/Postgres/stdout ### Test type: Postgres succeeded. ### Test Postgres exited with 0 ########### Monitoring progress end: 10 ################# ############## 120 seconds passed since start ####################### ########### Monitoring progress start: 11 ################# ########### STATISTICS ################# ... ########### STATISTICS ################# ### The last lines for Core process: /tmp/tmp.arSxJkgW8q/tests/Core/stdout ### tests/executors/test_executor_loader.py ....... [ 50%] tests/executors/test_kubernetes_executor.py ........... ### The last lines for Other process: /tmp/tmp.arSxJkgW8q/tests/Other/stdout ### tests/plugins/test_plugin_ignore.py . [ 23%] tests/plugins/test_plugins_manager.py ########### Monitoring progress end: 11 ################# ``` <!-- Thank you for contributing! Please make sure that your code changes are covered with tests. And in case of new features or big changes remember to adjust the documentation. Feel free to ping committers for the review! In case of existing issue, reference it using one of the following: closes: #ISSUE related: #ISSUE How to write a good git commit message: http://chris.beams.io/posts/git-commit/ --> --- **^ Add meaningful description above** Read the **[Pull Request Guidelines](https://github.com/apache/airflow/blob/main/CONTRIBUTING.rst#pull-request-guidelines)** for more information. In case of fundamental code change, Airflow Improvement Proposal ([AIP](https://cwiki.apache.org/confluence/display/AIRFLOW/Airflow+Improvements+Proposals)) is needed. In case of a new dependency, check compliance with the [ASF 3rd Party License Policy](https://www.apache.org/legal/resolved.html#category-x). In case of backwards incompatible changes please leave a note in [UPDATING.md](https://github.com/apache/airflow/blob/main/UPDATING.md). -- 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]
