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

eldenmoon pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 67cbba0dd6d [fix](regression test)Make index compaction caset 
nonCouncurrent (#31520) (#31582)
67cbba0dd6d is described below

commit 67cbba0dd6d64c8b036bf8dd3c6827b1f0370a1c
Author: qiye <[email protected]>
AuthorDate: Fri Mar 1 16:38:46 2024 +0800

    [fix](regression test)Make index compaction caset nonCouncurrent (#31520) 
(#31582)
    
    Co-authored-by: Luennng <[email protected]>
---
 .../index_compaction/test_index_compaction_dup_keys.groovy              | 2 +-
 .../index_compaction/test_index_compaction_null.groovy                  | 2 +-
 .../index_compaction/test_index_compaction_unique_keys.groovy           | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy
 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy
index cd98f58ce4f..9ea9c3d9f88 100644
--- 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy
+++ 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_dup_keys.groovy
@@ -17,7 +17,7 @@
 
 import org.codehaus.groovy.runtime.IOGroovyMethods
 
-suite("test_index_compaction_dup_keys", "p0") {
+suite("test_index_compaction_dup_keys", "nonConcurrent") {
     def tableName = "test_index_compaction_dup_keys"
     def backendId_to_backendIP = [:]
     def backendId_to_backendHttpPort = [:]
diff --git 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
index f9c961b2459..3719bc818dc 100644
--- 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
+++ 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_null.groovy
@@ -17,7 +17,7 @@
 
 import org.codehaus.groovy.runtime.IOGroovyMethods
 
-suite("test_index_compaction_null", "p0") {
+suite("test_index_compaction_null", "nonConcurrent") {
     def tableName = "test_index_compaction_null_dups"
     def backendId_to_backendIP = [:]
     def backendId_to_backendHttpPort = [:]
diff --git 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy
 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy
index f4f2afb78d6..891f1c2cf90 100644
--- 
a/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy
+++ 
b/regression-test/suites/inverted_index_p0/index_compaction/test_index_compaction_unique_keys.groovy
@@ -17,7 +17,7 @@
 
 import org.codehaus.groovy.runtime.IOGroovyMethods
 
-suite("test_index_compaction_unique_keys", "p0") {
+suite("test_index_compaction_unique_keys", "nonConcurrent") {
     def tableName = "test_index_compaction_unique_keys"
     def backendId_to_backendIP = [:]
     def backendId_to_backendHttpPort = [:]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to