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 082afd515b5 branch-3.0: [Fix](case) Fix 
`test_skip_calc_between_segments` when `force_olap_table_replication_num=3` 
#48519 (#48645)
082afd515b5 is described below

commit 082afd515b53aa365e5bf52a571408a4ac53811e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 10 20:50:16 2025 +0800

    branch-3.0: [Fix](case) Fix `test_skip_calc_between_segments` when 
`force_olap_table_replication_num=3` #48519 (#48645)
    
    Cherry-picked from #48519
    
    Co-authored-by: bobhan1 <bao...@selectdb.com>
---
 .../suites/fault_injection_p0/test_skip_calc_between_segments.groovy     | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/test_skip_calc_between_segments.groovy
 
b/regression-test/suites/fault_injection_p0/test_skip_calc_between_segments.groovy
index 2eb49eb2759..8fee3051b87 100644
--- 
a/regression-test/suites/fault_injection_p0/test_skip_calc_between_segments.groovy
+++ 
b/regression-test/suites/fault_injection_p0/test_skip_calc_between_segments.groovy
@@ -77,7 +77,6 @@ suite("test_skip_calc_between_segments", "nonConcurrent") {
     def checkSegmentNum = { rowsetNum, lastRowsetSegmentNum ->
         def tablets = sql_return_maparray """ show tablets from ${table1}; """
         logger.info("tablets: ${tablets}")
-        assertEquals(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

Reply via email to