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 e5141564030 branch-3.0: [fix](regression)Turn auto analyze off before run analyze test. #48414 (#48485) e5141564030 is described below commit e5141564030f259c5acd3946233f91c32c96612e Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Mar 1 10:08:53 2025 +0800 branch-3.0: [fix](regression)Turn auto analyze off before run analyze test. #48414 (#48485) Cherry-picked from #48414 Co-authored-by: James <lijib...@selectdb.com> --- regression-test/suites/statistics/test_update_rows_mv.groovy | 2 ++ 1 file changed, 2 insertions(+) diff --git a/regression-test/suites/statistics/test_update_rows_mv.groovy b/regression-test/suites/statistics/test_update_rows_mv.groovy index d9b0d5482c6..9f8fee04678 100644 --- a/regression-test/suites/statistics/test_update_rows_mv.groovy +++ b/regression-test/suites/statistics/test_update_rows_mv.groovy @@ -37,6 +37,8 @@ suite("test_update_rows_mv", "p0") { DROP TABLE IF EXISTS `${tbl}` """ + sql """set global enable_auto_analyze=false""" + sql """ CREATE TABLE IF NOT EXISTS `${tbl}` ( `analyzetestlimitedk3` int(11) null comment "", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org