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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 0a66daa8e8b branch-2.1: [Fix](case) Fix case 
`test_partial_update_with_delete_col_in_publish` #48632 (#48663)
0a66daa8e8b is described below

commit 0a66daa8e8b2151c5d485f67db3065af62395a59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 5 18:37:13 2025 +0800

    branch-2.1: [Fix](case) Fix case 
`test_partial_update_with_delete_col_in_publish` #48632 (#48663)
    
    Cherry-picked from #48632
    
    Co-authored-by: bobhan1 <[email protected]>
---
 .../test_partial_update_with_delete_col_in_publish.groovy               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.groovy
 
b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.groovy
index 3d7511f7f57..299bedb0e5d 100644
--- 
a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.groovy
+++ 
b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_with_delete_col_in_publish.groovy
@@ -68,7 +68,7 @@ suite("test_partial_update_with_delete_col_in_publish", 
"nonConcurrent") {
             sql "insert into ${tableName}(k,v1,v2,__DORIS_DELETE_SIGN__) 
values(2,222,222,1),(4,-1,-1,0),(5,555,555,1);"
         }
 
-        Thread.sleep(500)
+        Thread.sleep(1000)
 
         threads << Thread.start {
             sql "set enable_unique_key_partial_update=true;"


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

Reply via email to