kevinjqliu commented on PR #13992:
URL: https://github.com/apache/iceberg/pull/13992#issuecomment-3255844202

   > I have also seen this error locally. I thought findFreePort doesn't apply 
here, because the server binds to a fixed REST_PORT_DEFAULT 8181.
   
   can set `RESTCatalogServer.REST_PORT` to `0` to let it find a free port
   
   
https://github.com/apache/iceberg/blob/173d4c32840e1be1efb559a174e8b97a0e62fb98/open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerExtension.java#L29-L31
   
   
https://github.com/apache/iceberg/blob/173d4c32840e1be1efb559a174e8b97a0e62fb98/open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerExtension.java#L45-L47
   
   
https://github.com/apache/iceberg/blob/173d4c32840e1be1efb559a174e8b97a0e62fb98/open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerExtension.java#L66-L68


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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to