This is an automated email from the ASF dual-hosted git repository.
CRZbulabula pushed a commit to branch rc/2.0.11
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/rc/2.0.11 by this push:
new 081aa849b72 Fix region migration IT memory proportions (#18337)
(#18525)
081aa849b72 is described below
commit 081aa849b72e91037c6a6c4c60f266771e19a419
Author: Yongzao <[email protected]>
AuthorDate: Wed Aug 26 11:21:16 2026 +0800
Fix region migration IT memory proportions (#18337) (#18525)
---
.../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);