We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e27229 commit 4276aa4Copy full SHA for 4276aa4
integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBTableIT.java
@@ -73,6 +73,7 @@ public class IoTDBTableIT {
73
@BeforeClass
74
public static void setUp() throws Exception {
75
EnvFactory.getEnv().getConfig().getCommonConfig().setEnforceStrongPassword(false);
76
+ EnvFactory.getEnv().getConfig().getCommonConfig().setRestrictObjectLimit(true);
77
EnvFactory.getEnv().initClusterEnvironment();
78
}
79
0 commit comments