This is an automated email from the ASF dual-hosted git repository.

morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 3735c260596 branch-3.1: [Fix](case) Fix case 
`test_skip_calc_between_segments` in cloud mode #55089 (#55206)
3735c260596 is described below

commit 3735c260596c6e75e6c7c88d7e1b64cdee683681
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Aug 25 15:04:51 2025 +0800

    branch-3.1: [Fix](case) Fix case `test_skip_calc_between_segments` in cloud 
mode #55089 (#55206)
    
    Cherry-picked from #55089
    
    Co-authored-by: bobhan1 <[email protected]>
---
 .../suites/fault_injection_p0/test_skip_calc_between_segments.groovy | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

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 8fee3051b87..5a127335d25 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
@@ -156,11 +156,12 @@ suite("test_skip_calc_between_segments", "nonConcurrent") 
{
             unblock_publish()
 
             t1.join()
-            // ensure that we really write multi segments
-            checkSegmentNum(4, 3)
 
+            sql "set disable_nereids_rules='ELIMINATE_GROUP_BY';"
             qt_sql "select count() from (select k1,count() as cnt from 
${table1} group by k1 having cnt > 1) A;"
 
+            // ensure that we really write multi segments
+            checkSegmentNum(4, 3)
         } catch(Exception e) {
             logger.info(e.getMessage())
             throw e


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to