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/12/29 14:01:20 UTC

[GitHub] [buildstream] cs-shadow opened a new pull request, #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

cs-shadow opened a new pull request, #1807:
URL: https://github.com/apache/buildstream/pull/1807

   missed this in #1806 


-- 
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] juergbi commented on pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

Posted by "juergbi (via GitHub)" <gi...@apache.org>.
juergbi commented on PR #1807:
URL: https://github.com/apache/buildstream/pull/1807#issuecomment-1399229561

   Replaced by #1815, which fixes the tests.


-- 
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] juergbi closed pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

Posted by "juergbi (via GitHub)" <gi...@apache.org>.
juergbi closed pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11
URL: https://github.com/apache/buildstream/pull/1807


-- 
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] nanonyme commented on pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

Posted by GitBox <gi...@apache.org>.
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: commits-unsubscribe@buildstream.apache.org

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


[GitHub] [buildstream] cs-shadow commented on pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

Posted by GitBox <gi...@apache.org>.
cs-shadow commented on PR #1807:
URL: https://github.com/apache/buildstream/pull/1807#issuecomment-1367356313

   seems like our testsuite is busted with the new version of grpc, draft for now


-- 
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] nanonyme commented on pull request #1807: requirements.txt: Bump grpc version to be compatible with Python 3.11

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

   Yeah, there's similarly issues with bst1. In there it looked there was some general timeout in asyncio reactor getting hit with timeout of 30 minutes *per test*.


-- 
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