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 dafd0e80649 branch-2.1: [Fix](case) Fix 
`test_skip_calc_between_segments` when `force_olap_table_replication_num=3` 
#48519 (#48646)
dafd0e80649 is described below

commit dafd0e806494f6023b49bca0471340ee9a0112eb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 5 18:49:20 2025 +0800

    branch-2.1: [Fix](case) Fix `test_skip_calc_between_segments` when 
`force_olap_table_replication_num=3` #48519 (#48646)
    
    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 a549bbec562..4c1a905dd0a 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
@@ -57,7 +57,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