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 dc3f4c747c5 [case](mtmv)wait task finish before select (#38553)
dc3f4c747c5 is described below

commit dc3f4c747c539b11ccbc122295bda1111be227ef
Author: zhangdong <493738...@qq.com>
AuthorDate: Sun Aug 4 11:00:24 2024 +0800

    [case](mtmv)wait task finish before select (#38553)
    
    wait task finish before select
---
 regression-test/suites/auth_p0/test_select_column_auth.groovy | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/regression-test/suites/auth_p0/test_select_column_auth.groovy 
b/regression-test/suites/auth_p0/test_select_column_auth.groovy
index 2484eae5527..41e3305276e 100644
--- a/regression-test/suites/auth_p0/test_select_column_auth.groovy
+++ b/regression-test/suites/auth_p0/test_select_column_auth.groovy
@@ -69,6 +69,8 @@ suite("test_select_column_auth","p0,auth") {
         (3, "333");
         """
     sql """refresh MATERIALIZED VIEW ${dbName}.${mtmv_name} auto"""
+    waitingMTMVTaskFinishedByMvName(mtmv_name)
+
     sql """grant select_priv on regression_test to ${user}"""
 
     // table column


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

Reply via email to