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 84859cdf013 branch-4.0: [fix](regression) Fix case : 
test_routine_load_adaptive_param #60673 (#60691)
84859cdf013 is described below

commit 84859cdf013bc6e92020786b7227a95bd75c2f1b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 17:53:13 2026 +0800

    branch-4.0: [fix](regression) Fix case : test_routine_load_adaptive_param 
#60673 (#60691)
    
    Cherry-picked from #60673
    
    Co-authored-by: Refrain <[email protected]>
---
 .../routine_load/test_routine_load_adaptive_param.groovy   | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_adaptive_param.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_adaptive_param.groovy
index 318aa94a7be..8993962a104 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_adaptive_param.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_adaptive_param.groovy
@@ -68,19 +68,19 @@ suite("test_routine_load_adaptive_param","nonConcurrent") {
             def injection = "RoutineLoadTaskInfo.judgeEof"
             try {
                 GetDebugPoint().enableDebugPointForAllFEs(injection)
+
                 RoutineLoadTestUtils.sendTestDataToKafka(producer, 
kafkaCsvTpoics)
                 RoutineLoadTestUtils.waitForTaskFinish(runSql, job, tableName, 
0)
+                
+                logger.info("---test adaptively increase---")
+                RoutineLoadTestUtils.sendTestDataToKafka(producer, 
kafkaCsvTpoics)
+                RoutineLoadTestUtils.checkTaskTimeout(runSql, job, "3600")
+                RoutineLoadTestUtils.checkTxnTimeoutMatchesTaskTimeout(runSql, 
job, "3600000")
+                RoutineLoadTestUtils.waitForTaskFinish(runSql, job, tableName, 
2)
             } finally {
                 GetDebugPoint().disableDebugPointForAllFEs(injection)
             }
-            // test adaptively increase
-            logger.info("---test adaptively increase---")
-            RoutineLoadTestUtils.sendTestDataToKafka(producer, kafkaCsvTpoics)
-            RoutineLoadTestUtils.checkTaskTimeout(runSql, job, "3600")
-            RoutineLoadTestUtils.checkTxnTimeoutMatchesTaskTimeout(runSql, 
job, "3600000")
-            RoutineLoadTestUtils.waitForTaskFinish(runSql, job, tableName, 2)
 
-            // test restore adaptively
             logger.info("---test restore adaptively---")
             RoutineLoadTestUtils.sendTestDataToKafka(producer, kafkaCsvTpoics)
             RoutineLoadTestUtils.waitForTaskFinish(runSql, job, tableName, 4)


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

Reply via email to