This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new 07f7fcb4747 [fix](docker case) Fix `test_storage_medium_has_disk` due
to invalid … #42010 (#42390)
07f7fcb4747 is described below
commit 07f7fcb474709118f56c633cf19a6f136f44e9d2
Author: deardeng <[email protected]>
AuthorDate: Mon Oct 28 10:16:49 2024 +0800
[fix](docker case) Fix `test_storage_medium_has_disk` due to invalid …
#42010 (#42390)
cherry pick from #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: [email protected]
For additional commands, e-mail: [email protected]