You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/29 02:26:58 UTC

[GitHub] [iotdb] HeimingZ commented on a diff in pull request #7148: [IOTDB-4241] Support set system mode in new cluster

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


##########
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:
   Updated.



-- 
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: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org