FANNG1 commented on code in PR #10517:
URL: https://github.com/apache/gravitino/pull/10517#discussion_r2987014822


##########
integration-test-common/src/test/java/org/apache/gravitino/integration/test/util/BaseIT.java:
##########
@@ -91,6 +91,10 @@ public class BaseIT {
 
   private static final Logger LOG = LoggerFactory.getLogger(BaseIT.class);
   private static final Splitter COMMA = 
Splitter.on(",").omitEmptyStrings().trimResults();
+  private static final String LOOPBACK_HOST = "127.0.0.1";

Review Comment:
   I kept the BaseIT normalization helper, but adjusted it in b68f1e918. We 
still need to normalize wildcard bind addresses for test clients, but mapping 
IPv6 `::` to `127.0.0.1` is not safe. I changed it to map `0.0.0.0 -> 
127.0.0.1` and `:: -> ::1`, and updated the test accordingly.



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

Reply via email to