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 aad4ad9ae35 branch-2.1: [Fix](regression) Fix flaky test
test_partial_update_compaction_with_higher_version #46916 (#46940)
aad4ad9ae35 is described below
commit aad4ad9ae35e367831d8da7235ab3dd33968688d
Author: bobhan1 <[email protected]>
AuthorDate: Tue Jan 14 22:48:50 2025 +0800
branch-2.1: [Fix](regression) Fix flaky test
test_partial_update_compaction_with_higher_version #46916 (#46940)
pick https://github.com/apache/doris/pull/46916
---
.../test_partial_update_compaction_with_higher_version.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy
b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy
index cd3d03330d5..033e9077231 100644
---
a/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy
+++
b/regression-test/suites/fault_injection_p0/partial_update/test_partial_update_compaction_with_higher_version.groovy
@@ -195,7 +195,7 @@ suite("test_partial_update_compaction_with_higher_version",
"nonConcurrent") {
// let the second partial update load publish
disable_block_in_publish()
t1.join()
- Thread.sleep(300)
+ Thread.sleep(1300)
order_qt_sql "select * from ${table1};"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]