This is an automated email from the ASF dual-hosted git repository. CRZbulabula pushed a commit to branch yongzao/backport-18337-rc-2.0.11 in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 20c930b546d795c1e4ee36fc3776a9f9965f1f80 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);
