This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 0a4381197a [Bug](MTMV) fix waitingMTMVTaskFinished failed at
test_mtmv_ssb_ddl (#18373)
0a4381197a is described below
commit 0a4381197acbc895de791c7dab3d9350fff0c224
Author: Pxl <[email protected]>
AuthorDate: Wed Apr 5 11:04:41 2023 +0800
[Bug](MTMV) fix waitingMTMVTaskFinished failed at test_mtmv_ssb_ddl (#18373)
fix waitingMTMVTaskFinished failed at test_mtmv_ssb_ddl
---
regression-test/suites/mtmv_p0/ssb/test_mtmv_ssb_ddl.groovy | 3 +++
1 file changed, 3 insertions(+)
diff --git a/regression-test/suites/mtmv_p0/ssb/test_mtmv_ssb_ddl.groovy
b/regression-test/suites/mtmv_p0/ssb/test_mtmv_ssb_ddl.groovy
index 0305dccf3a..838855e6b0 100644
--- a/regression-test/suites/mtmv_p0/ssb/test_mtmv_ssb_ddl.groovy
+++ b/regression-test/suites/mtmv_p0/ssb/test_mtmv_ssb_ddl.groovy
@@ -17,6 +17,9 @@
suite("test_mtmv_ssb_ddl") {
def ssb_tables = ["customer", "lineorder", "part", "date", "supplier"]
+ sql """
+ ADMIN SET FRONTEND CONFIG("enable_mtmv_scheduler_framework"="true");
+ """
for (String table in ssb_tables) {
sql new File("""${context.file.parent}/ddl/${table}_create.sql""").text
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]