nastra commented on code in PR #11522: URL: https://github.com/apache/iceberg/pull/11522#discussion_r1872744712
########## core/src/test/java/org/apache/iceberg/rest/TestHTTPClient.java: ########## @@ -249,6 +251,39 @@ public void testSocketAndConnectionTimeoutSet() { assertThat(connectionConfig.getSocketTimeout().getDuration()).isEqualTo(socketTimeoutMs); } + @Test + public void testMaxConnectionSet() { Review Comment: ```suggestion public void testMaxConnectionSetFromProperties() { ``` -- 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