This is an automated email from the ASF dual-hosted git repository.
justinchen pushed a commit to branch try-separate-lock
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/try-separate-lock by this push:
new 064bb850846 cg
064bb850846 is described below
commit 064bb850846a3c807510eb68b9b08da78cf112ba
Author: Caideyipi <[email protected]>
AuthorDate: Fri Jan 30 14:26:47 2026 +0800
cg
---
.../org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java | 8 --------
1 file changed, 8 deletions(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
index 9e322b840ae..022482156bd 100644
---
a/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/relational/it/schema/IoTDBDatabaseIT.java
@@ -67,7 +67,6 @@ public class IoTDBDatabaseIT {
EnvFactory.getEnv()
.getConfig()
.getCommonConfig()
- .setSubscriptionEnabled(true)
.setPipeMemoryManagementEnabled(false)
.setIsPipeEnableMemoryCheck(false)
.setPipeAutoSplitFullEnabled(false);
@@ -689,13 +688,6 @@ public class IoTDBDatabaseIT {
Collections.singleton(
"IOTDB-THRIFT-SINK,Builtin,org.apache.iotdb.commons.pipe.agent.plugin.builtin.sink.iotdb.thrift.IoTDBThriftSink,null,"));
- statement.execute("create topic tp with
('start-time'='2025-01-13T10:03:19.229+08:00')");
- TestUtils.assertResultSetEqual(
- statement.executeQuery("select * from topics where topic_name =
'tp'"),
- "topic_name,topic_configs,",
- Collections.singleton(
- "tp,{__system.sql-dialect=table,
start-time=2025-01-13T10:03:19.229+08:00},"));
-
TestUtils.assertResultSetEqual(
statement.executeQuery("select * from views"),
"database,table_name,view_definition,",