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

hellostephen 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 a32e9c329b3 [improve](test) Fix unstable cases (#47540)
a32e9c329b3 is described below

commit a32e9c329b305c1edc1bf8c34974046c886f2a07
Author: chunping <[email protected]>
AuthorDate: Thu Feb 6 18:45:15 2025 +0800

    [improve](test) Fix unstable cases (#47540)
---
 regression-test/suites/delete_p0/test_delete_unicode.groovy            | 3 ++-
 .../suites/show_p0/test_show_create_table_with_storage_policy.groovy   | 1 +
 regression-test/suites/show_p0/test_show_data_skew.groovy              | 1 +
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/regression-test/suites/delete_p0/test_delete_unicode.groovy 
b/regression-test/suites/delete_p0/test_delete_unicode.groovy
index 9dd5f589a07..f81ff796b6c 100644
--- a/regression-test/suites/delete_p0/test_delete_unicode.groovy
+++ b/regression-test/suites/delete_p0/test_delete_unicode.groovy
@@ -17,7 +17,8 @@
 
 suite("test_delete_unicode") {
     sql "set enable_unicode_name_support=true;"
-
+    
+    sql "drop table if exists table_7298276;"
     sql """
         CREATE TABLE `table_7298276` (
         `δΈ­ζ–‡εˆ—ε1` date NOT NULL,
diff --git 
a/regression-test/suites/show_p0/test_show_create_table_with_storage_policy.groovy
 
b/regression-test/suites/show_p0/test_show_create_table_with_storage_policy.groovy
index 1a276f09e6f..9a568abc896 100644
--- 
a/regression-test/suites/show_p0/test_show_create_table_with_storage_policy.groovy
+++ 
b/regression-test/suites/show_p0/test_show_create_table_with_storage_policy.groovy
@@ -22,6 +22,7 @@ suite("test_show_create_table_with_storage_policy") {
 
     sql """ DROP TABLE IF EXISTS ${tableName} """
 
+    sql """ DROP RESOURCE IF EXISTS "${resourceName}"; """
     sql """
         CREATE RESOURCE "${resourceName}" PROPERTIES (
         "type"="hdfs",
diff --git a/regression-test/suites/show_p0/test_show_data_skew.groovy 
b/regression-test/suites/show_p0/test_show_data_skew.groovy
index f9a65dbbb3e..df97624d8a2 100644
--- a/regression-test/suites/show_p0/test_show_data_skew.groovy
+++ b/regression-test/suites/show_p0/test_show_data_skew.groovy
@@ -16,6 +16,7 @@
 // under the License.
 
 suite("test_show_data_skew") {
+    sql "drop table if exists test_show_data_skew;"
     sql """
         CREATE TABLE test_show_data_skew (
             id int, 


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

Reply via email to