Skip to content

Commit 4276aa4

Browse files
committed
enforce
1 parent 8e27229 commit 4276aa4

File tree

1 file changed

+1
-0
lines changed
  • integration-test/src/test/java/org/apache/iotdb/relational/it/schema

1 file changed

+1
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public class IoTDBTableIT {
7373
@BeforeClass
7474
public static void setUp() throws Exception {
7575
EnvFactory.getEnv().getConfig().getCommonConfig().setEnforceStrongPassword(false);
76+
EnvFactory.getEnv().getConfig().getCommonConfig().setRestrictObjectLimit(true);
7677
EnvFactory.getEnv().initClusterEnvironment();
7778
}
7879

0 commit comments

Comments
 (0)