nastra commented on code in PR #13017: URL: https://github.com/apache/iceberg/pull/13017#discussion_r2084689318
########## open-api/src/testFixtures/java/org/apache/iceberg/rest/RESTServerExtension.java: ########## @@ -32,17 +33,18 @@ public class RESTServerExtension implements BeforeAllCallback, AfterAllCallback private RESTCatalogServer localServer; private RESTCatalog client; private final Map<String, String> config; + private final boolean freePort; Review Comment: I would rather name this `findFreePort` since this is essentially what's happening -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org