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

hellostephen 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 0b544992ed4 [fix](test) fix nonConcurrent case failure (#52681)
0b544992ed4 is described below

commit 0b544992ed4a5632e29964dab351e580da5b5520
Author: zzzxl <[email protected]>
AuthorDate: Wed Jul 2 22:48:17 2025 +0800

    [fix](test) fix nonConcurrent case failure (#52681)
---
 .../data/inverted_index_p0/load/test_stream_load.out    | Bin 407 -> 329 bytes
 .../test_index_match_phrase_ordered.out                 | Bin 441 -> 442 bytes
 .../test_inverted_index_v3_fault_injection.groovy       |   3 +--
 .../inverted_index_p0/load/test_stream_load.groovy      |   6 ------
 4 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/data/inverted_index_p0/test_index_match_phrase_ordered.out 
b/regression-test/data/inverted_index_p0/test_index_match_phrase_ordered.out
index 8636b6af5ac..7b996f9c721 100644
Binary files 
a/regression-test/data/inverted_index_p0/test_index_match_phrase_ordered.out 
and 
b/regression-test/data/inverted_index_p0/test_index_match_phrase_ordered.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