nanonyme commented on PR #1807:
URL: https://github.com/apache/buildstream/pull/1807#issuecomment-1367540900

   As per one of the CI runs that actually *exited*, it looks like there's 
leftover grpcio threads from tests. We're not running bst like normal (launch 
bst as a subprocess) but instead running bst main function inside pytest. This 
leaks grpcio into pytest test runner which can result in all kinds of trouble. 
I tried refactoring earlier the setup to instead call bst through subprocess 
but it turned out we have some exception analysis that is impossible to do if 
you aren't in same process as bst.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to