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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 79fbf39628f 
[branch-2.0](cherry-pick)test_partial_update_native_insert_stmt_complex is 
flaky (#28927) (#29175)
79fbf39628f is described below

commit 79fbf39628ffb26f7b1f0a66625672d674bf9cfe
Author: zhannngchen <[email protected]>
AuthorDate: Wed Dec 27 21:42:45 2023 +0800

    [branch-2.0](cherry-pick)test_partial_update_native_insert_stmt_complex is 
flaky (#28927) (#29175)
---
 .../test_partial_update_native_insert_stmt_complex.groovy             | 4 ++++
 1 file changed, 4 insertions(+)

diff --git 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_native_insert_stmt_complex.groovy
 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_native_insert_stmt_complex.groovy
index 62dfed2fa70..ad143a04be3 100644
--- 
a/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_native_insert_stmt_complex.groovy
+++ 
b/regression-test/suites/unique_with_mow_p0/partial_update/test_partial_update_native_insert_stmt_complex.groovy
@@ -72,6 +72,8 @@ suite("test_partial_update_native_insert_stmt_complex", "p0") 
{
                 (5, 5, '5', 5.0, '2000-01-05');"""
             sql """insert into ${tbName3} values(1), (3), (5);"""
 
+            sql "sync;"
+
             qt_tbl1 "select * from ${tbName1} order by id;"
             qt_tbl2 "select * from ${tbName2} order by id;"
             qt_tbl3 "select * from ${tbName3} order by id;"
@@ -111,6 +113,8 @@ suite("test_partial_update_native_insert_stmt_complex", 
"p0") {
                 (5, 5, '5', 5.0, '2000-01-05');"""
             sql """insert into ${tbName3} values(1), (3), (5);"""
 
+            sql "sync;"
+            
             qt_select_result "select ${tbName2}.id,1 from ${tbName2} inner 
join ${tbName3} on ${tbName2}.id = ${tbName3}.id order by ${tbName2}.id;"
 
             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