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

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


The following commit(s) were added to refs/heads/branch-2.0 by this push:
     new 7284f8ee9ab [fix](case) 
regression-test/suites/show_p0/test_show_statistic_proc.groovy (#26925)
7284f8ee9ab is described below

commit 7284f8ee9ab4b7ba3d8a4a8547ae0f48c2cca566
Author: Dongyang Li <hello_step...@qq.com>
AuthorDate: Wed Nov 15 10:43:39 2023 +0800

    [fix](case) regression-test/suites/show_p0/test_show_statistic_proc.groovy 
(#26925)
    
    Co-authored-by: stephen <hello-step...@qq.com>
---
 regression-test/suites/show_p0/test_show_statistic_proc.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/show_p0/test_show_statistic_proc.groovy 
b/regression-test/suites/show_p0/test_show_statistic_proc.groovy
index 88b2657757b..192acf7647b 100644
--- a/regression-test/suites/show_p0/test_show_statistic_proc.groovy
+++ b/regression-test/suites/show_p0/test_show_statistic_proc.groovy
@@ -23,6 +23,8 @@ suite("test_show_statistic_proc", "show") {
 
     sql """grant ADMIN_PRIV on *.*.* to test_show_statistic_proc_user1"""
 
+    sql """drop database if exists test_statistic_proc_db"""
+
     sql """create database test_statistic_proc_db"""
 
     def result1 = connect(user = 'test_show_statistic_proc_user1', password = 
'12345', url = context.config.jdbcUrl) {


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

Reply via email to