JackieTien97 commented on a change in pull request #2420:
URL: https://github.com/apache/iotdb/pull/2420#discussion_r556295647
##########
File path:
cluster/src/test/java/org/apache/iotdb/cluster/query/BaseQueryTest.java
##########
@@ -68,6 +69,8 @@ protected static void checkAggregations(List<AggregateResult>
aggregationResults
@Before
public void setUp() throws Exception {
+ IoTDBDescriptor.getInstance().getConfig()
+ .setCompactionStrategy(CompactionStrategy.NO_COMPACTION);
Review comment:
Why changing the compaction strategy, if we don't change, will this test
failed?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]