This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 6f56efbe679 [fix](regression) Fix case :
test_routine_load_adaptive_param (#60673)
6f56efbe679 is described below
commit 6f56efbe679758794583a5315cd66fc51b28deed
Author: Refrain <[email protected]>
AuthorDate: Thu Feb 12 00:34:47 2026 +0800
[fix](regression) Fix case : test_routine_load_adaptive_param (#60673)
---
.../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]