This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-2.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push:
new 3e894994d4d [Fix](branch-2.1) Fix unstable case "test_base_compaction"
(#49349)
3e894994d4d is described below
commit 3e894994d4d76d18db06b9690c05ab2bb581d7a3
Author: abmdocrt <[email protected]>
AuthorDate: Fri Mar 21 18:06:43 2025 +0800
[Fix](branch-2.1) Fix unstable case "test_base_compaction" (#49349)
---
regression-test/suites/compaction/test_base_compaction.groovy | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regression-test/suites/compaction/test_base_compaction.groovy
b/regression-test/suites/compaction/test_base_compaction.groovy
index 011b397a9fb..631e918783d 100644
--- a/regression-test/suites/compaction/test_base_compaction.groovy
+++ b/regression-test/suites/compaction/test_base_compaction.groovy
@@ -64,7 +64,8 @@ suite("test_base_compaction") {
UNIQUE KEY(L_ORDERKEY, L_PARTKEY, L_SUPPKEY, L_LINENUMBER)
DISTRIBUTED BY HASH(L_ORDERKEY) BUCKETS 1
PROPERTIES (
- "replication_num" = "1"
+ "replication_num" = "1",
+ "disable_auto_compaction" = "true"
)
"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]