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

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


The following commit(s) were added to refs/heads/branch-4.0 by this push:
     new 31353bad17a branch-4.0: [fix](case) fix group commit case #58142 
(#58173)
31353bad17a is described below

commit 31353bad17afebaef39db8629c2e116ee722815c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 20 18:12:21 2025 +0800

    branch-4.0: [fix](case) fix group commit case #58142 (#58173)
    
    Cherry-picked from #58142
    
    Co-authored-by: meiyi <[email protected]>
---
 .../test_group_commit_http_stream_lineitem_schema_change.groovy         | 2 ++
 .../test_group_commit_stream_load_lineitem_schema_change.groovy         | 2 ++
 2 files changed, 4 insertions(+)

diff --git 
a/regression-test/suites/insert_p2/test_group_commit_http_stream_lineitem_schema_change.groovy
 
b/regression-test/suites/insert_p2/test_group_commit_http_stream_lineitem_schema_change.groovy
index 2d0246774c4..e1faff07536 100644
--- 
a/regression-test/suites/insert_p2/test_group_commit_http_stream_lineitem_schema_change.groovy
+++ 
b/regression-test/suites/insert_p2/test_group_commit_http_stream_lineitem_schema_change.groovy
@@ -175,6 +175,8 @@ l_shipmode,l_comment) select c1, c2, c3, c4, c5, c6, c7, 
c8, c9, c10, c11, c12,
                     }
                 }
                 break
+            } catch (org.opentest4j.AssertionFailedError e) {
+                Thread.sleep(10000)
             } catch (Exception e) {
                 Thread.sleep(10000)
             }
diff --git 
a/regression-test/suites/insert_p2/test_group_commit_stream_load_lineitem_schema_change.groovy
 
b/regression-test/suites/insert_p2/test_group_commit_stream_load_lineitem_schema_change.groovy
index 86c422f0d73..93eb2283f20 100644
--- 
a/regression-test/suites/insert_p2/test_group_commit_stream_load_lineitem_schema_change.groovy
+++ 
b/regression-test/suites/insert_p2/test_group_commit_stream_load_lineitem_schema_change.groovy
@@ -172,6 +172,8 @@ PROPERTIES (
                     }
                 }
                 break;
+            } catch (org.opentest4j.AssertionFailedError e) {
+                Thread.sleep(10000)
             } catch (Exception e) {
                 Thread.sleep(10000)
             }


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

Reply via email to