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 55fd0fe2f62 branch-3.0: [Fix](case) Fix case 
`test_skip_calc_between_segments` in cloud mode #55089 (#55205)
55fd0fe2f62 is described below

commit 55fd0fe2f623cae424a570c87ba290271973bb59
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 24 15:38:33 2025 +0800

    branch-3.0: [Fix](case) Fix case `test_skip_calc_between_segments` in cloud 
mode #55089 (#55205)
    
    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