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 d5962b3e7c3 branch-3.0: [Fix](case) Fix case
`test_partial_update_with_delete_col_in_publish` #48632 (#48662)
d5962b3e7c3 is described below
commit d5962b3e7c3471b88a721d10d615615d73f0c5b0
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 20:46:09 2025 +0800
branch-3.0: [Fix](case) Fix case
`test_partial_update_with_delete_col_in_publish` #48632 (#48662)
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 caae2c59af8..a1d4409b0e6 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
@@ -80,7 +80,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]