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 6b633f05a09 branch-3.0: [Fix](recycler) Fix recycler pipeline case check_meta #47646 (#47669) 6b633f05a09 is described below commit 6b633f05a09f4c7034e023cc6d082dd9e44486bd Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Mon Feb 10 13:59:03 2025 +0800 branch-3.0: [Fix](recycler) Fix recycler pipeline case check_meta #47646 (#47669) Cherry-picked from #47646 Co-authored-by: abmdocrt <lianyuk...@selectdb.com> --- regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy b/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy index 75b0f9f6e0a..6aca9e88587 100644 --- a/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy +++ b/regression-test/suites/correctness_p0/test_mv_case/test_mv_case.groovy @@ -137,4 +137,6 @@ suite("test_mv_case") { mv1 a;""" waitingMTMVTaskFinishedByMvName("mv2") qt_select_mv """ select * from mv2 """ + sql "drop MATERIALIZED VIEW mv1" + sql "drop MATERIALIZED VIEW mv2" } --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org