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

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


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new e55d2adb360 branch-3.0: [fix](test) fix test_routine_load case 
unstable #47601 (#47631)
e55d2adb360 is described below

commit e55d2adb360f49002f121c0cd6cbc2c8e31f1400
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 10 13:59:59 2025 +0800

    branch-3.0: [fix](test) fix test_routine_load case unstable #47601 (#47631)
    
    Cherry-picked from #47601
    
    Co-authored-by: hui lai <lai...@selectdb.com>
---
 regression-test/suites/load_p0/routine_load/ddl/agg_tbl_basic_drop.sql  | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/dup_tbl_array_drop.sql  | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_drop.sql  | 2 +-
 .../suites/load_p0/routine_load/ddl/dup_tbl_basic_multi_table_drop.sql  | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/mow_tbl_array_drop.sql  | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/mow_tbl_basic_drop.sql  | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_array_drop.sql | 2 +-
 regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop.sql | 2 +-
 .../suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop_sequence.sql    | 2 +-
 9 files changed, 9 insertions(+), 9 deletions(-)

diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/agg_tbl_basic_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/agg_tbl_basic_drop.sql
index 81a4954fa16..4b10a3a5aad 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/agg_tbl_basic_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/agg_tbl_basic_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_agg_tbl_basic;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_agg_tbl_basic FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_array_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_array_drop.sql
index 63f253219f9..251c4b44e87 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_array_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_array_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_dup_tbl_array;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_dup_tbl_array FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_drop.sql
index 0a023935b7c..d328776edd2 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_dup_tbl_basic;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_dup_tbl_basic FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_multi_table_drop.sql
 
b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_multi_table_drop.sql
index 188c29e39ec..aaaa1d94161 100644
--- 
a/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_multi_table_drop.sql
+++ 
b/regression-test/suites/load_p0/routine_load/ddl/dup_tbl_basic_multi_table_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_dup_tbl_basic_multi_table;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_dup_tbl_basic_multi_table FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_array_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_array_drop.sql
index 6c56c685076..4435f726740 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_array_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_array_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_mow_tbl_array;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_mow_tbl_array FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_basic_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_basic_drop.sql
index e0949e81fe8..e699f0bb966 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_basic_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/mow_tbl_basic_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_mow_tbl_basic;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_mow_tbl_basic FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_array_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_array_drop.sql
index e8193bf390c..8791472c062 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_array_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_array_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_uniq_tbl_array;
\ No newline at end of file
+DROP TABLE IF EXISTS routine_load_uniq_tbl_array FORCE;
\ No newline at end of file
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop.sql 
b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop.sql
index 5d1a486db7a..11da75dfd17 100644
--- a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop.sql
+++ b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_uniq_tbl_basic;
+DROP TABLE IF EXISTS routine_load_uniq_tbl_basic FORCE;
diff --git 
a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop_sequence.sql
 
b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop_sequence.sql
index 0b3bb87a490..a6849783996 100644
--- 
a/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop_sequence.sql
+++ 
b/regression-test/suites/load_p0/routine_load/ddl/uniq_tbl_basic_drop_sequence.sql
@@ -1 +1 @@
-DROP TABLE IF EXISTS routine_load_uniq_tbl_basic_sequence;
+DROP TABLE IF EXISTS routine_load_uniq_tbl_basic_sequence FORCE;


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to