HxpSerein commented on code in PR #14738:
URL: https://github.com/apache/iotdb/pull/14738#discussion_r1924645400
##########
iotdb-core/confignode/src/test/java/org/apache/iotdb/confignode/manager/load/LoadManagerTest.java:
##########
@@ -237,7 +237,7 @@ public void testRegionGroupCache() throws
InterruptedException {
allRunningRegionStatisticsMap.put(addDataNodeId, new
RegionStatistics(RegionStatus.Running));
Assert.assertEquals(
new Pair<>(
- new RegionGroupStatistics(RegionGroupStatus.Available,
oneRemovingRegionStatisticsMap),
Review Comment:
these tests are already included in `RegionGroupCacheTest`, adding them here
may result in duplication
--
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]