This is an automated email from the ASF dual-hosted git repository. kxiao pushed a commit to branch branch-2.0 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push: new b75fa244156 [fix](test) fix sql block rule test (#26671) b75fa244156 is described below commit b75fa244156073cfb74b794a1b1406cd063d7210 Author: morrySnow <101034200+morrys...@users.noreply.github.com> AuthorDate: Thu Nov 9 19:00:06 2023 +0800 [fix](test) fix sql block rule test (#26671) --- regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy b/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy index 6308376fcbb..53ea9a87d4e 100644 --- a/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy +++ b/regression-test/suites/sql_block_rule_p0/test_sql_block_rule.groovy @@ -186,7 +186,7 @@ suite("test_sql_block_rule", "nonConcurrent") { """ sql """ - CREATE SQL_BLOCK_RULE if not exists test_rule_partition PROPERTIES ( "partition_num" = "1", "global" = "false", + CREATE SQL_BLOCK_RULE if not exists test_rule_partition PROPERTIES ( "partition_num" = "1", "global" = "true", "enable"="true"); """ @@ -202,7 +202,7 @@ suite("test_sql_block_rule", "nonConcurrent") { } sql """ - CREATE SQL_BLOCK_RULE if not exists test_rule_tablet PROPERTIES ( "tablet_num" = "3", "global" = "false", + CREATE SQL_BLOCK_RULE if not exists test_rule_tablet PROPERTIES ( "tablet_num" = "3", "global" = "true", "enable"="true"); """ try { --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org