HTHou commented on code in PR #13068:
URL: https://github.com/apache/iotdb/pull/13068#discussion_r1730626649
##########
integration-test/src/main/java/org/apache/iotdb/it/env/EnvType.java:
##########
@@ -28,7 +28,7 @@ public enum EnvType {
TABLE_CLUSTER1;
public static EnvType getSystemEnvType() {
- String envValue = System.getProperty("TestEnv", Simple.name());
+ String envValue = System.getProperty("TestEnv", Cluster1.name());
return EnvType.valueOf(envValue);
Review Comment:
It should be a typo when resolve the conflict, let me revert the change.
--
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]