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 3f7daf01b21 branch-3.0: [test](inverted index) make test more stable 
for test_write_inverted_index_exception_fault_injection #53686 (#53715)
3f7daf01b21 is described below

commit 3f7daf01b219e56f822da6c2efd139cb67340db4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 23 09:53:29 2025 +0800

    branch-3.0: [test](inverted index) make test more stable for 
test_write_inverted_index_exception_fault_injection #53686 (#53715)
    
    Cherry-picked from #53686
    
    Co-authored-by: airborne12 <[email protected]>
---
 .../test_write_inverted_index_exception_fault_injection.groovy           | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
 
b/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
index 52ce8f87a74..2c421c2ab42 100644
--- 
a/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_write_inverted_index_exception_fault_injection.groovy
@@ -91,6 +91,7 @@ suite("test_write_inverted_index_exception_fault_injection", 
"nonConcurrent") {
         sql """ INSERT INTO ${tableName} VALUES (2, "bason", 11, [79, 85, 97], 
["singing", "dancing"], "bason is good at singing", ["bason is very clever", 
"bason is very healthy"]); """
         sql """ INSERT INTO ${tableName} VALUES (3, "andy", 10, [89, 80, 98], 
["football", "basketball"], "andy is good at sports", ["andy has a good heart", 
"andy is so nice"]); """
         sql """ INSERT INTO ${tableName} VALUES (3, "bason", 11, [79, 85, 97], 
["singing", "dancing"], "bason is good at singing", ["bason is very clever", 
"bason is very healthy"]); """
+        sql """ SYNC """
     }
 
     def check_count = { String tableName, int count ->


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

Reply via email to