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 b23877fe656 [regression-test](case) add info to debug 
test_workload_sched_policy.… (#46651)
b23877fe656 is described below

commit b23877fe656cd36440c7974099658bf61faf2451
Author: shuke <[email protected]>
AuthorDate: Thu Jan 9 08:16:59 2025 +0800

    [regression-test](case) add info to debug test_workload_sched_policy.… 
(#46651)
---
 .../load_p0/stream_load/test_load_to_single_tablet.groovy      | 10 +++++-----
 .../workload_manager_p0/test_workload_sched_policy.groovy      |  2 ++
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git 
a/regression-test/suites/load_p0/stream_load/test_load_to_single_tablet.groovy 
b/regression-test/suites/load_p0/stream_load/test_load_to_single_tablet.groovy
index 02f64900326..1b677fcf751 100644
--- 
a/regression-test/suites/load_p0/stream_load/test_load_to_single_tablet.groovy
+++ 
b/regression-test/suites/load_p0/stream_load/test_load_to_single_tablet.groovy
@@ -49,7 +49,7 @@ suite("test_load_to_single_tablet", "p0") {
         set 'load_to_single_tablet', 'true'
 
         file 'test_load_to_single_tablet.json'
-        time 10000 // limit inflight 10s
+        time 20000 // limit inflight 10s
     }
 
     sql "sync"
@@ -89,7 +89,7 @@ suite("test_load_to_single_tablet", "p0") {
         set 'load_to_single_tablet', 'true'
 
         file 'test_load_to_single_tablet.json'
-        time 10000 // limit inflight 10s
+        time 20000 // limit inflight 10s
     }
     sql "sync"
     totalCount = sql "select count() from ${tableName}"
@@ -116,7 +116,7 @@ suite("test_load_to_single_tablet", "p0") {
         set 'load_to_single_tablet', 'true'
 
         file 'test_load_to_single_tablet.json'
-        time 10000 // limit inflight 10s
+        time 20000 // limit inflight 10s
     }
     sql "sync"
     totalCount = sql "select count() from ${tableName}"
@@ -169,7 +169,7 @@ suite("test_load_to_single_tablet", "p0") {
         set 'load_to_single_tablet', 'true'
 
         file 'test_load_to_single_tablet.json'
-        time 10000 // limit inflight 10s
+        time 20000 // limit inflight 10s
     }
 
     sql "sync"
@@ -220,7 +220,7 @@ suite("test_load_to_single_tablet", "p0") {
         set 'load_to_single_tablet', 'true'
 
         file 'test_load_to_single_tablet.json'
-        time 10000 // limit inflight 10s
+        time 20000 // limit inflight 10s
     }
     sql "sync"
     totalCount = sql "select count() from ${tableName}"
diff --git 
a/regression-test/suites/workload_manager_p0/test_workload_sched_policy.groovy 
b/regression-test/suites/workload_manager_p0/test_workload_sched_policy.groovy
index deceb5d3479..b60d8c4629a 100644
--- 
a/regression-test/suites/workload_manager_p0/test_workload_sched_policy.groovy
+++ 
b/regression-test/suites/workload_manager_p0/test_workload_sched_policy.groovy
@@ -270,12 +270,14 @@ suite("test_workload_sched_policy") {
                 try {
                     sql "select k0,k1,k2,k3,k4,k5,k6,count(distinct k13) from 
regression_test_load_p0_insert.baseall group by k0,k1,k2,k3,k4,k5,k6"
                 } catch (Exception e) {
+                    logger.info("exception: ${e.getMessage()}")
                     assertTrue(e.getMessage().contains("query canceled by 
workload scheduler"))
                 }
 
                 try {
                     sql "select count(1) from 
regression_test_load_p0_insert.baseall"
                 } catch (Exception e) {
+                    logger.info("exception: ${e.getMessage()}")
                     assertTrue(e.getMessage().contains("query canceled by 
workload scheduler"))
                 }
 


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

Reply via email to