ericpai commented on a change in pull request #4571:
URL: https://github.com/apache/iotdb/pull/4571#discussion_r769424369
##########
File path:
integration/src/test/java/org/apache/iotdb/db/integration/IoTDBMetadataFetchIT.java
##########
@@ -52,7 +52,6 @@
* Notice that, all test begins with "IoTDB" is integration test. All test
which will start the
* IoTDB server should be defined as integration test.
*/
-@Category({LocalStandaloneTest.class, ClusterTest.class, RemoteTest.class})
Review comment:
The test case `databaseMetaDataTest()` needs to dump the whole MTree as
a json string. However in a cluster, each node doesn't have the whole tree. And
I think the metadata interface in JDBC is not called regularly.
--
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]