luoluoyuyu commented on code in PR #17703:
URL: https://github.com/apache/iotdb/pull/17703#discussion_r3309326277
##########
integration-test/src/test/java/org/apache/iotdb/db/it/schema/IoTDBMetadataFetchIT.java:
##########
@@ -494,6 +495,26 @@ public void showCountTimeSeries() throws SQLException {
}
}
+ @Test
+ @Ignore
Review Comment:
**阻塞**:`showCountTimeSeriesExcludeInternalDatabaseAndIncludeView` 被
`@Ignore`,CI 不会执行,无法保证:
- audit/system 库被排除
- view 被计入
- `root.**` 全局 count 与局部一致
请分析 flake/失败根因(是否与集群模板中已有 `root.ln` 数据量、内部库可见性有关),修通后移除 `@Ignore`。若暂时无法在
ClusterIT 跑通,可拆为 `LocalStandaloneIT` 专用用例,但不应以 Ignore 合入 master。
--
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]