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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 1bd6984a1cf [fix](test) fix nonConcurrent case failure (#52769)
1bd6984a1cf is described below

commit 1bd6984a1cf4fb3af4c0c50bb35f22005b0f5280
Author: zzzxl <[email protected]>
AuthorDate: Wed Jul 9 10:41:26 2025 +0800

    [fix](test) fix nonConcurrent case failure (#52769)
    
    https://github.com/apache/doris/pull/52681
---
 .../data/inverted_index_p0/load/test_stream_load.out    | Bin 407 -> 329 bytes
 .../inverted_index_p0/load/test_stream_load.groovy      |   6 ------
 2 files changed, 6 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/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