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 96acb50f7df branch-3.0: [Fix](case) regression test database should not be dropped manually #48098 (#48149) 96acb50f7df is described below commit 96acb50f7df2e88ad29f25d9468037e0d822a889 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Thu Feb 20 20:31:58 2025 +0800 branch-3.0: [Fix](case) regression test database should not be dropped manually #48098 (#48149) Cherry-picked from #48098 Co-authored-by: abmdocrt <lianyuk...@selectdb.com> --- .../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