This is an automated email from the ASF dual-hosted git repository.

gavinchou 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 e28ed363e9e [fix](test) Use single tablet table to verify compaction 
score action (#47565)
e28ed363e9e is described below

commit e28ed363e9e69423d55414ffc6b3051255ca4e42
Author: Siyang Tang <tangsiy...@selectdb.com>
AuthorDate: Fri Feb 7 22:34:43 2025 +0800

    [fix](test) Use single tablet table to verify compaction score action 
(#47565)
    
    Use single tablet table to verify compaction score action, to ensure
    compaction score on tablets is predictable.
---
 regression-test/suites/compaction/test_compaction_score_action.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/compaction/test_compaction_score_action.groovy 
b/regression-test/suites/compaction/test_compaction_score_action.groovy
index b27114c3dbd..c9d8b7ff8cd 100644
--- a/regression-test/suites/compaction/test_compaction_score_action.groovy
+++ b/regression-test/suites/compaction/test_compaction_score_action.groovy
@@ -24,6 +24,7 @@ suite("test_compaction_score_action") {
             id INT NOT NULL,
             name STRING NOT NULL
         ) DUPLICATE KEY (`id`)
+          DISTRIBUTED BY HASH(`id`) BUCKETS 1
           PROPERTIES ("replication_num" = "1", "disable_auto_compaction" = 
"true");
     """
     for (i in 0..<30) {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to