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

commit 07cd18962a4807eb7d8e0162b6ef829ce1a4f5af
Author: zzzxl <[email protected]>
AuthorDate: Thu May 23 16:01:39 2024 +0800

    [test](inverted index) nonConcurrent is added to the test case (#35259)
---
 .../fault_injection_p0/test_index_lowercase_fault_injection.groovy      | 2 +-
 .../suites/fault_injection_p0/test_index_mow_fault_injection.groovy     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_index_lowercase_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_index_lowercase_fault_injection.groovy
index 0f522652bb4..4408660047e 100644
--- 
a/regression-test/suites/fault_injection_p0/test_index_lowercase_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_index_lowercase_fault_injection.groovy
@@ -16,7 +16,7 @@
 // under the License.
 
 
-suite("test_index_lowercase_fault_injection") {
+suite("test_index_lowercase_fault_injection", "nonConcurrent") {
     // define a sql table
     def testTable = "httplogs_lowercase"
 
diff --git 
a/regression-test/suites/fault_injection_p0/test_index_mow_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_index_mow_fault_injection.groovy
index 43c0c781163..a1aa9a36f90 100644
--- 
a/regression-test/suites/fault_injection_p0/test_index_mow_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_index_mow_fault_injection.groovy
@@ -16,7 +16,7 @@
 // under the License.
 
 
-suite("test_index_mow_fault_injection", "inverted_index") {
+suite("test_index_mow_fault_injection", "nonConcurrent") {
     // define a sql table
     def testTable_unique = "httplogs_unique"
 


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

Reply via email to