This is an automated email from the ASF dual-hosted git repository. w41ter 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 af97b536de5 [fix](test) Remove unnecessary binlog property (#45477) af97b536de5 is described below commit af97b536de5fd523ab47631af792caa70115d1fb Author: Uniqueyou <wangyix...@selectdb.com> AuthorDate: Mon Dec 16 20:23:54 2024 +0800 [fix](test) Remove unnecessary binlog property (#45477) --- regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy | 4 ---- 1 file changed, 4 deletions(-) diff --git a/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy b/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy index f2e516efa1f..fa7708e87d4 100644 --- a/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy +++ b/regression-test/suites/inverted_index_p0/test_index_rqg_bug3.groovy @@ -65,10 +65,6 @@ suite("test_index_rqg_bug3", "test_index_rqg_bug3"){ "enable_unique_key_merge_on_write" = "true", "light_schema_change" = "true", "disable_auto_compaction" = "false", - "binlog.enable" = "false", - "binlog.ttl_seconds" = "86400", - "binlog.max_bytes" = "9223372036854775807", - "binlog.max_history_nums" = "9223372036854775807", "enable_single_replica_compaction" = "false", "group_commit_interval_ms" = "10000", "group_commit_data_bytes" = "134217728", --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org