luoluoyuyu commented on code in PR #17702:
URL: https://github.com/apache/iotdb/pull/17702#discussion_r3309381229


##########
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java:
##########
@@ -285,6 +285,51 @@ public void testManageDatabase() {
     }
   }
 
+  @Test
+  public void testShowCreateDatabase() throws SQLException {

Review Comment:
   testShowCreateDatabase asserts exact CREATE DATABASE text including region 
group defaults. If defaults change between releases, consider matching on key 
substrings to reduce brittle IT failures.



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