You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by GitBox <gi...@apache.org> on 2022/08/20 07:57:41 UTC

[GitHub] [buildstream] gtristan opened a new pull request, #1728: _frontend/app.py: Flush cached messages before printing summary

gtristan opened a new pull request, #1728:
URL: https://github.com/apache/buildstream/pull/1728

   This should fix the spurrious error we've been seeing with
   tests/frontend/logging.py::test_failed_build_listing().
   
   It appears that depending on what is in the cache we don't always get
   all of the messages we expect, and indeed we were not flushing the message
   cache consistently at the end of sessions.


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan merged pull request #1728: _frontend/app.py: Fixed missing messages in frontend main logging

Posted by GitBox <gi...@apache.org>.
gtristan merged PR #1728:
URL: https://github.com/apache/buildstream/pull/1728


-- 
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@buildstream.apache.org

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


[GitHub] [buildstream] gtristan commented on pull request #1728: _frontend/app.py: Flush cached messages before printing summary

Posted by GitBox <gi...@apache.org>.
gtristan commented on PR #1728:
URL: https://github.com/apache/buildstream/pull/1728#issuecomment-1221253674

   Example of a pipeline where the logging test spuriously failed: https://github.com/apache/buildstream/runs/7929845153?check_suite_focus=true


-- 
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@buildstream.apache.org

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