You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/23 08:04:12 UTC

[GitHub] [airflow] potiuk commented on pull request #25860: Improve logging of output for Breeze commands in CI

potiuk commented on PR #25860:
URL: https://github.com/apache/airflow/pull/25860#issuecomment-1223705711

   > I am checking the changes and using it in breeze test part @potiuk
   
   Cool. It is a bit more involved - with decorators and such, but It is super versatile. You might also take a look how I've implemented the regexps for Helm Tests in https://github.com/apache/airflow/pull/25678/files#diff-ec0edb35ebfa2f51b6030b54f72eb90b0661eb310b0baea6e9c605f49c15123dR1059 
   
   There are two regexps for tests:
   1) matching the "interesting" last line
   2) matching the "optionall preceding line"
   
   This is the way how in the output of tests you can see two lines of the test progress (which is crucial to see the percentag e progress of tests) while the tests are running


-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org