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

dataroaring 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 700f25acfcf [Fix](regression) Fix flaky case 
`test_delete_publish_skip_read` (#40782)
700f25acfcf is described below

commit 700f25acfcf6b615a5133460ba155955080d731f
Author: bobhan1 <bh2444151...@outlook.com>
AuthorDate: Sat Sep 14 15:40:35 2024 +0800

    [Fix](regression) Fix flaky case `test_delete_publish_skip_read` (#40782)
    
    ## Proposed changes
---
 .../partial_update/test_delete_publish_skip_read.groovy                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/partial_update/test_delete_publish_skip_read.groovy
 
b/regression-test/suites/fault_injection_p0/partial_update/test_delete_publish_skip_read.groovy
index 281ff9a7787..6fce2245a9a 100644
--- 
a/regression-test/suites/fault_injection_p0/partial_update/test_delete_publish_skip_read.groovy
+++ 
b/regression-test/suites/fault_injection_p0/partial_update/test_delete_publish_skip_read.groovy
@@ -86,7 +86,7 @@ suite("test_delete_publish_skip_read", "nonConcurrent") {
             sql "insert into ${table1}(k1,c1,c2) 
values(1,999,999),(2,888,888),(3,777,777);"
         }
 
-        Thread.sleep(500)
+        Thread.sleep(1000)
 
         def t2 = Thread.start {
             sql "insert into ${table1}(k1,__DORIS_DELETE_SIGN__) values(2,1);"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to