This is an automated email from the ASF dual-hosted git repository.
jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new b6c6c7a1138 More robust IoTDBRegionReconstructForIoTV1IT (#16697)
b6c6c7a1138 is described below
commit b6c6c7a11387fdc5c5a1037f4e0e5b641a42fdd4
Author: Yongzao <[email protected]>
AuthorDate: Tue Nov 4 17:19:47 2025 +0800
More robust IoTDBRegionReconstructForIoTV1IT (#16697)
---
.../it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java | 1 +
1 file changed, 1 insertion(+)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
index 42dee93d331..3dc4468e526 100644
---
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/IoTDBRegionReconstructForIoTV1IT.java
@@ -199,6 +199,7 @@ public class IoTDBRegionReconstructForIoTV1IT extends
IoTDBRegionOperationReliab
if (System.currentTimeMillis() - start > 60_000L) {
fail("Cannot execute query within 60s");
}
+ TimeUnit.SECONDS.sleep(1);
continue;
}
if (resultSet.hasNext()) {