This is an automated email from the ASF dual-hosted git repository. dataroaring pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new 388e2738b4c [fix](docker case) Fix `test_storage_medium_has_disk` due to invalid … (#42010) 388e2738b4c is described below commit 388e2738b4c387f8200567887c96ef42b86ed28e Author: deardeng <565620...@qq.com> AuthorDate: Sun Oct 20 10:56:22 2024 +0800 [fix](docker case) Fix `test_storage_medium_has_disk` due to invalid … (#42010) --- .../suites/storage_medium_p0/test_storage_medium_has_disk.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/regression-test/suites/storage_medium_p0/test_storage_medium_has_disk.groovy b/regression-test/suites/storage_medium_p0/test_storage_medium_has_disk.groovy index c252e10b130..0ae1b0ce95c 100644 --- a/regression-test/suites/storage_medium_p0/test_storage_medium_has_disk.groovy +++ b/regression-test/suites/storage_medium_p0/test_storage_medium_has_disk.groovy @@ -122,7 +122,6 @@ suite('test_storage_medium_has_disk', 'docker') { "dynamic_partition.buckets" = "3", "dynamic_partition.replication_num" = "1", "dynamic_partition.create_history_partition"= "true", - "dynamic_partition.hot"= "true", "dynamic_partition.start" = "-4" ) """ @@ -147,7 +146,6 @@ suite('test_storage_medium_has_disk', 'docker') { "dynamic_partition.buckets" = "3", "dynamic_partition.replication_num" = "1", "dynamic_partition.create_history_partition"= "true", - "dynamic_partition.hot"= "true", "dynamic_partition.start" = "-4" ) """ --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org