wangchao316 commented on code in PR #11457:
URL: https://github.com/apache/iotdb/pull/11457#discussion_r1385930845


##########
iotdb-client/jdbc/src/test/java/org/apache/iotdb/jdbc/UtilsTest.java:
##########
@@ -65,6 +65,31 @@ public void testParseURL() throws IoTDBURLException {
     assertEquals(params.getPassword(), userPwd);
   }
 
+  @Test
+  public void testParseIPV6URL() throws IoTDBURLException {
+    String userName = "test";
+    String userPwd = "test";
+    String host1 =
+        
"AD80:E32B:CR25:B3WE:DG4G:DWTF,AD80:E32B:CR25:B3WE:DG4G:DWTF:CGDE,AD80:E32B:CR25:B3WE:DG4G:DWTF";

Review Comment:
   The number of other test cases has been increased to 8, which is not 
critical.



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