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 6f1814cec04 branch-3.0-pick: [Fix](case) Fix
`test_config_prune_delete_sign` when `force_olap_table_replication_num=3`
(#48778) (#49018)
6f1814cec04 is described below
commit 6f1814cec043dc149a9105110c398b1ca78cea95
Author: bobhan1 <[email protected]>
AuthorDate: Fri Mar 14 10:05:35 2025 +0800
branch-3.0-pick: [Fix](case) Fix `test_config_prune_delete_sign` when
`force_olap_table_replication_num=3` (#48778) (#49018)
pick https://github.com/apache/doris/pull/48778
---
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: [email protected]
For additional commands, e-mail: [email protected]