This is an automated email from the ASF dual-hosted git repository. yiguolei pushed a commit to branch branch-2.1 in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.1 by this push: new 77049c47eae branch-2.1: [Fix](case) Fix `test_config_prune_delete_sign` when `force_olap_table_replication_num=3` #48778 (#48794) 77049c47eae is described below commit 77049c47eae913e0405551c5c9f91aab89e2169a Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sat Mar 8 16:18:54 2025 +0800 branch-2.1: [Fix](case) Fix `test_config_prune_delete_sign` when `force_olap_table_replication_num=3` #48778 (#48794) Cherry-picked from #48778 Co-authored-by: bobhan1 <bao...@selectdb.com> --- regression-test/suites/compaction/test_config_prune_delete_sign.groovy | 1 - 1 file changed, 1 deletion(-) diff --git a/regression-test/suites/compaction/test_config_prune_delete_sign.groovy b/regression-test/suites/compaction/test_config_prune_delete_sign.groovy index 06c56ce6405..78b0fbe732d 100644 --- a/regression-test/suites/compaction/test_config_prune_delete_sign.groovy +++ b/regression-test/suites/compaction/test_config_prune_delete_sign.groovy @@ -77,7 +77,6 @@ suite("test_config_prune_delete_sign", "nonConcurrent") { def tablets = sql_return_maparray """ show tablets from ${table1}; """ logger.info("tablets: ${tablets}") - assert 1 == tablets.size() String compactionUrl = tablets[0]["CompactionStatus"] def (code, out, err) = curl("GET", compactionUrl) logger.info("Show tablets status: code=" + code + ", out=" + out + ", err=" + err) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org