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

yiguolei 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 72d8e41760 [fix]( regression-test ) 
mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy 
#20915
72d8e41760 is described below

commit 72d8e417605e2977aacda2812e1eb6c154ee99cc
Author: shuke <[email protected]>
AuthorDate: Sat Jun 17 10:39:30 2023 +0800

    [fix]( regression-test ) 
mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy 
#20915
---
 .../test_drop_partition_from_index/test_drop_partition_from_index.groovy | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/regression-test/suites/mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy
 
b/regression-test/suites/mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy
index b81f0a001d..9851d7723c 100644
--- 
a/regression-test/suites/mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy
+++ 
b/regression-test/suites/mv_p0/test_drop_partition_from_index/test_drop_partition_from_index.groovy
@@ -24,6 +24,7 @@ suite("sql_drop_partition_from_index") {
     def testMv = "test_mv"
 
     try {
+    sql """DROP DATABASE IF EXISTS ${testDb}"""
     sql """CREATE DATABASE IF NOT EXISTS ${testDb}"""
     sql """USE ${testDb}"""
     sql """


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

Reply via email to