ericpai commented on a change in pull request #4571:
URL: https://github.com/apache/iotdb/pull/4571#discussion_r769406970
##########
File path:
integration/src/test/java/org/apache/iotdb/db/integration/IoTDBTtlIT.java
##########
@@ -39,7 +39,7 @@
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-@Category({LocalStandaloneTest.class, ClusterTest.class})
+@Category({LocalStandaloneTest.class})
Review comment:
The test case testDefaultTTL() (without any test categories) relies on
the change of default_ttl configure parameter. The change is not supported yet
in ConfigFactory. New configuration parameters support in test will be
submitted in other PRs.
--
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]