You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "lidavidm (via GitHub)" <gi...@apache.org> on 2023/02/02 00:10:19 UTC

[GitHub] [arrow] lidavidm commented on pull request #33992: GH-32954: [Java] Let OS assign port in tests while creating Flight server

lidavidm commented on PR #33992:
URL: https://github.com/apache/arrow/pull/33992#issuecomment-1412935843

   Thank you! That said, the issue is actually about getting rid of this antipattern entirely - we can and should bind to port 0 directly, and create the client by reading the assigned port off of the server. (That's why the issue is about getting rid of the antipattern-using test utilities).
   
   This is an improvement though, so we can just file a new issue for this?


-- 
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: github-unsubscribe@arrow.apache.org

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