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 2f738c86760 branch-3.0: [fix](case) fix 
test_group_commit_schema_change #51950 (#52157)
2f738c86760 is described below

commit 2f738c86760356f72422fc477e3d758b94b6f0f8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jun 24 10:12:07 2025 +0800

    branch-3.0: [fix](case) fix test_group_commit_schema_change #51950 (#52157)
    
    Cherry-picked from #51950
    
    Co-authored-by: meiyi <[email protected]>
---
 .../insert_p0/group_commit/test_group_commit_schema_change.groovy     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/regression-test/suites/insert_p0/group_commit/test_group_commit_schema_change.groovy
 
b/regression-test/suites/insert_p0/group_commit/test_group_commit_schema_change.groovy
index 06bbbebef5b..99dedc620a6 100644
--- 
a/regression-test/suites/insert_p0/group_commit/test_group_commit_schema_change.groovy
+++ 
b/regression-test/suites/insert_p0/group_commit/test_group_commit_schema_change.groovy
@@ -123,12 +123,12 @@ suite("test_group_commit_schema_change", "nonConcurrent") 
{
     def job_state = getJobState(tableName3)
     assertEquals("RUNNING", job_state)
     
GetDebugPoint().disableDebugPointForAllFEs("FE.SchemaChangeJobV2.runRunning.block")
-    for (int i = 0; i < 10; i++) {
+    for (int i = 0; i < 30; i++) {
         job_state = getJobState(tableName3)
         if (job_state == "FINISHED") {
             break
         }
-        sleep(100)
+        sleep(500)
     }
     assertEquals("FINISHED", job_state)
 }


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

Reply via email to