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 0de96afebc8 [test](routine load) fix some unstable routine load cases 
(#42252)
0de96afebc8 is described below

commit 0de96afebc865efacddc2e171bdb11c2e58fb8d1
Author: hui lai <[email protected]>
AuthorDate: Thu Oct 24 13:30:52 2024 +0800

    [test](routine load) fix some unstable routine load cases (#42252)
    
    Fix some unstable routine load case.
---
 .../suites/load_p0/routine_load/test_routine_load_condition.groovy     | 1 +
 .../suites/load_p0/routine_load/test_routine_load_restart_fe.groovy    | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

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 0816280eaac..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
@@ -174,6 +174,7 @@ suite("test_routine_load_condition","p0") {
                 }
                 break;
             }
+            sleep(2000)
         } finally {
             sql "stop routine load for ${jobName}"
             sql "DROP TABLE IF EXISTS ${tableName}"
diff --git 
a/regression-test/suites/load_p0/routine_load/test_routine_load_restart_fe.groovy
 
b/regression-test/suites/load_p0/routine_load/test_routine_load_restart_fe.groovy
index d8ea6f91179..5554978e500 100644
--- 
a/regression-test/suites/load_p0/routine_load/test_routine_load_restart_fe.groovy
+++ 
b/regression-test/suites/load_p0/routine_load/test_routine_load_restart_fe.groovy
@@ -105,8 +105,9 @@ suite("test_routine_load_restart_fe", "docker") {
                             continue;
                         }
                     }
-                } catch (Exception e) {
                     sql "stop routine load for ${jobName}"
+                } catch (Exception e) {
+                    log.info("exception: {}", e)
                     sql "DROP TABLE IF EXISTS ${tableName}"
                 }
             }


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

Reply via email to