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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 5a89cff03a7 branch-3.1: [fix](test) fix nonConcurrent case failure 
#52607 (#52770)
5a89cff03a7 is described below

commit 5a89cff03a70db01e8e04d1d6027c9b6937c71e6
Author: zzzxl <[email protected]>
AuthorDate: Fri Jul 4 19:28:35 2025 +0800

    branch-3.1: [fix](test) fix nonConcurrent case failure #52607 (#52770)
    
    Cherry-picked from #52607
---
 .../data/inverted_index_p0/load/test_stream_load.out    | Bin 407 -> 329 bytes
 .../test_inverted_index_v3_fault_injection.groovy       |   3 +--
 .../inverted_index_p0/load/test_stream_load.groovy      |   6 ------
 3 files changed, 1 insertion(+), 8 deletions(-)

diff --git a/regression-test/data/inverted_index_p0/load/test_stream_load.out 
b/regression-test/data/inverted_index_p0/load/test_stream_load.out
index c09ee5451bc..ac6411d73fa 100644
Binary files a/regression-test/data/inverted_index_p0/load/test_stream_load.out 
and b/regression-test/data/inverted_index_p0/load/test_stream_load.out differ
diff --git 
a/regression-test/suites/fault_injection_p0/test_inverted_index_v3_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_inverted_index_v3_fault_injection.groovy
index 98c0e110964..9c11dd94ac7 100644
--- 
a/regression-test/suites/fault_injection_p0/test_inverted_index_v3_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_inverted_index_v3_fault_injection.groovy
@@ -28,8 +28,7 @@ suite("test_inverted_index_v3_fault_injection", 
"nonConcurrent"){
       `request` text NULL COMMENT "",
       `status` int(11) NULL COMMENT "",
       `size` int(11) NULL COMMENT "",
-      INDEX clientip_idx (`clientip`) COMMENT '',
-      INDEX request_idx (`request`) USING INVERTED PROPERTIES("parser" = 
"english", "support_phrase" = "true") COMMENT ''
+      INDEX request_idx (`request`) USING INVERTED PROPERTIES("parser" = 
"english", "support_phrase" = "true", "dict_compression" = "true") COMMENT ''
       ) ENGINE=OLAP
       DUPLICATE KEY(`@timestamp`)
       COMMENT "OLAP"
diff --git 
a/regression-test/suites/inverted_index_p0/load/test_stream_load.groovy 
b/regression-test/suites/inverted_index_p0/load/test_stream_load.groovy
index d9268eec9d1..73a68455ced 100644
--- a/regression-test/suites/inverted_index_p0/load/test_stream_load.groovy
+++ b/regression-test/suites/inverted_index_p0/load/test_stream_load.groovy
@@ -113,12 +113,6 @@ suite("test_stream_load_with_inverted_index_p0", "p0, 
nonConcurrent") {
     }
     test.call("V2")
     set_be_config("inverted_index_ram_dir_enable", "false")
-    setFeConfigTemporary([enable_inverted_index_v1_for_variant: false]) {
-        if (isCloudMode()) {
-            return;
-        }
-        test.call("V1")
-    }
     test.call("V2")
     set_be_config("inverted_index_ram_dir_enable", "true")
 }
\ No newline at end of file


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

Reply via email to