This is an automated email from the ASF dual-hosted git repository.
CRZbulabula 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 343acc440f7 Fix region migration IT memory proportions (#18337)
343acc440f7 is described below
commit 343acc440f73f9107071a82bec86656c4fea060e
Author: Yongzao <[email protected]>
AuthorDate: Wed Jul 29 08:57:24 2026 +0800
Fix region migration IT memory proportions (#18337)
---
.../pass/commit/batch/IoTDBRegionMigrateNormalITForIoTV2BatchIT.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/batch/IoTDBRegionMigrateNormalITForIoTV2BatchIT.java
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/batch/IoTDBRegionMigrateNormalITForIoTV2BatchIT.java
index 23cd7236ef2..fdc40116104 100644
---
a/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/batch/IoTDBRegionMigrateNormalITForIoTV2BatchIT.java
+++
b/integration-test/src/test/java/org/apache/iotdb/confignode/it/regionmigration/pass/commit/batch/IoTDBRegionMigrateNormalITForIoTV2BatchIT.java
@@ -53,7 +53,7 @@ public class IoTDBRegionMigrateNormalITForIoTV2BatchIT
@Test
public void migrateRegionWithDegradedTimeIndexTest() throws Exception {
// set TsFileResource memory to 0 to trigger degrading
-
EnvFactory.getEnv().getConfig().getCommonConfig().setQueryMemoryProportion("1:1:1:1:1:1:0");
+
EnvFactory.getEnv().getConfig().getCommonConfig().setQueryMemoryProportion("1:1:1:1:1:1:0:1:1");
successTest(1, 1, 1, 2, noKillPoints(), noKillPoints(),
KillNode.ALL_NODES);