potiuk commented on a change in pull request #14531:
URL: https://github.com/apache/airflow/pull/14531#discussion_r586587023
##########
File path: .github/workflows/ci.yml
##########
@@ -35,6 +35,8 @@ env:
DB_RESET: "true"
VERBOSE: "true"
DOCKER_CACHE: "pulled"
+ # Do not show all output lines on CI. Only output of the failed tests will
be shown as a summary
+ TEST_SHOW_ALL_OUTPUT_LINES_AS_THEY_APPEAR: "false"
Review comment:
I thought about it and was not sure either. I simply find it rather
unnecessary to print all the output for sequential tests. They take a lot of
log lines usually. But yeah. We can keep it. This output is groupped per "test
type" so it will be folded anyway and agree that it might be useful at times.
----------------------------------------------------------------
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]