This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a commit to branch ty/packageRefactor
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/ty/packageRefactor by this
push:
new 3fc3c6c50fd fix schema engine
3fc3c6c50fd is described below
commit 3fc3c6c50fdf6b924a961f5d73f8eabb530b3399
Author: Beyyes <[email protected]>
AuthorDate: Tue Jun 27 14:13:03 2023 +0800
fix schema engine
---
.../java/org/apache/iotdb/db/it/schema/IoTDBDeactivateTemplateIT.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBDeactivateTemplateIT.java
b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBDeactivateTemplateIT.java
index d93b8db2c48..ddc48ab4f7e 100644
---
a/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBDeactivateTemplateIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBDeactivateTemplateIT.java
@@ -242,7 +242,7 @@ public class IoTDBDeactivateTemplateIT extends
AbstractSchemaIT {
} catch (SQLException e) {
Assert.assertEquals(
TSStatusCode.TEMPLATE_NOT_ACTIVATED.getStatusCode()
- + ": Target schemaengine Template is not activated on any path
matched by given path pattern",
+ + ": Target schema Template is not activated on any path
matched by given path pattern",
e.getMessage());
}
}
@@ -292,7 +292,7 @@ public class IoTDBDeactivateTemplateIT extends
AbstractSchemaIT {
Assert.assertTrue(
e.getMessage()
.contains(
- "Target schemaengine Template is not activated on any path
matched by given path pattern"));
+ "Target schema Template is not activated on any path
matched by given path pattern"));
}
}
}