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

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


The following commit(s) were added to refs/heads/branch-2.1 by this push:
     new 3b4be62a86f branch-2.1: Revert "[debug](do not merge) add routine load 
debug info (#48592)" (#48967)
3b4be62a86f is described below

commit 3b4be62a86faad6ba659af34f6b3af28dde38d9d
Author: hui lai <[email protected]>
AuthorDate: Thu Mar 13 11:44:07 2025 +0800

    branch-2.1: Revert "[debug](do not merge) add routine load debug info 
(#48592)" (#48967)
---
 .../suites/load_p0/routine_load/test_routine_load_condition.groovy    | 4 ----
 1 file changed, 4 deletions(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
index 3676679a894..7735867c749 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_condition.groovy
@@ -156,8 +156,6 @@ suite("test_routine_load_condition","p0") {
                     continue;
                 }
                 log.info("reason of state changed: 
${res[0][11].toString()}".toString())
-                log.info("routine load progress: 
${res[0][15].toString()}".toString())
-                log.info("routine load lag: 
${res[0][16].toString()}".toString())
                 def json = parseJson(res[0][11])
                 assertEquals("(`k12` >= date_sub(curdate(), INTERVAL 2 DAY))", 
json.whereExpr.toString())
                 break;
@@ -166,8 +164,6 @@ suite("test_routine_load_condition","p0") {
                 sleep(1000)
                 def res = sql "show routine load for ${jobName}"
                 log.info("routine load statistic: 
${res[0][14].toString()}".toString())
-                log.info("routine load progress: 
${res[0][15].toString()}".toString())
-                log.info("routine load lag: 
${res[0][16].toString()}".toString())
                 def json = parseJson(res[0][14])
                 if (json.unselectedRows.toString() != "20") {
                     count++


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

Reply via email to