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 f7b60b26d81 [Fix](case) regression test database should not be dropped manually (#48098) f7b60b26d81 is described below commit f7b60b26d81d6688c15c1587a4583af1f21d1fbc Author: abmdocrt <lianyuk...@selectdb.com> AuthorDate: Thu Feb 20 18:46:26 2025 +0800 [Fix](case) regression test database should not be dropped manually (#48098) --- .../mv/create_part_and_up/create_commit_mtmv_many_task.groovy | 2 -- 1 file changed, 2 deletions(-) diff --git a/regression-test/suites/nereids_rules_p0/mv/create_part_and_up/create_commit_mtmv_many_task.groovy b/regression-test/suites/nereids_rules_p0/mv/create_part_and_up/create_commit_mtmv_many_task.groovy index b61918fe713..ec5054f9190 100644 --- a/regression-test/suites/nereids_rules_p0/mv/create_part_and_up/create_commit_mtmv_many_task.groovy +++ b/regression-test/suites/nereids_rules_p0/mv/create_part_and_up/create_commit_mtmv_many_task.groovy @@ -20,8 +20,6 @@ import java.time.LocalDate suite("create_commit_mtmv_many_tasks", "p2") { def src_database_name = context.config.getDbNameByFile(context.file) - sql """drop database if exists ${src_database_name};""" - sql """create database ${src_database_name};""" sql """use ${src_database_name};""" def table_name1 = "lineitem" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org