HTHou commented on code in PR #7148:
URL: https://github.com/apache/iotdb/pull/7148#discussion_r956830643


##########
integration/src/test/java/org/apache/iotdb/db/integration/IoTDBSetSystemReadOnlyWritableIT.java:
##########
@@ -170,7 +170,7 @@ public void setReadOnlyAndWritableTest() throws 
InterruptedException {
     }
     try (Connection connection = EnvFactory.getEnv().getConnection();
         Statement statement = connection.createStatement()) {
-      statement.execute("SET SYSTEM TO WRITABLE");
+      statement.execute("SET SYSTEM TO RUNNING");

Review Comment:
   Should we update the UserGuide?



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