Pengzna commented on code in PR #14294:
URL: https://github.com/apache/iotdb/pull/14294#discussion_r1868677186


##########
integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/IoTDBRegionMigrateReliabilityITFramework.java:
##########
@@ -90,7 +90,7 @@ public class IoTDBRegionMigrateReliabilityITFramework {
   private static final String COUNT_TIMESERIES = "select count(*) from 
root.sg.**";
   private static final String REGION_MIGRATE_COMMAND_FORMAT = "migrate region 
%d from %d to %d";
   private static final String CONFIGURATION_FILE_NAME = "configuration.dat";
-  protected final boolean isIoTV1 = true;
+  protected boolean isIoTV1 = true;

Review Comment:
   fixed



##########
integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/daily/datanodecrash/iotv2/IoTDBRegionMigrateDataNodeCrashForIoTV2IT.java:
##########
@@ -97,14 +98,16 @@ public void destinationCrashDuringCreateLocalPeer() throws 
Exception {
 
   @Test
   public void destinationCrashDuringAddPeerTransition() throws Exception {
-    failTest(
-        2,
-        2,
-        1,
-        3,
-        noKillPoints(),
-        buildSet(DataNodeKillPoints.DESTINATION_ADD_PEER_TRANSITION),
-        KillNode.DESTINATION_DATANODE);
+    if (isIoTV1) {

Review Comment:
   fixed



-- 
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]

Reply via email to