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 87cb5b8d2c5 [Chore](case) make test_inject_send_filter_size_fail 
stable (#48848)
87cb5b8d2c5 is described below

commit 87cb5b8d2c59058d6bb04e5303cd547398a6a4b1
Author: Pxl <x...@selectdb.com>
AuthorDate: Mon Mar 10 15:57:15 2025 +0800

    [Chore](case) make test_inject_send_filter_size_fail stable (#48848)
    
    
http://43.132.222.7:8111/test/2192182875449727345?currentProjectId=Doris_DorisRegression&expandTestHistoryChartSection=true
---
 .../test_inject_send_filter_size_fail.groovy                            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/query_p0/join/test_inject_send_filter_size_fail/test_inject_send_filter_size_fail.groovy
 
b/regression-test/suites/query_p0/join/test_inject_send_filter_size_fail/test_inject_send_filter_size_fail.groovy
index 9e0dbeeaad5..ad0325a61fe 100644
--- 
a/regression-test/suites/query_p0/join/test_inject_send_filter_size_fail/test_inject_send_filter_size_fail.groovy
+++ 
b/regression-test/suites/query_p0/join/test_inject_send_filter_size_fail/test_inject_send_filter_size_fail.groovy
@@ -78,7 +78,7 @@ suite("test_inject_send_filter_size_fail") {
     try {
         
GetDebugPoint().enableDebugPointForAllBEs("RuntimeFilterProducer::send_size.rpc_fail")
         test {
-            sql """select count(*) from (select t1.k1 from t5 join [shuffle] 
t1 on t1.k1=t5.k1) tmp join [shuffle] t3 join t3 t3s [shuffle] on tmp.k1=t3.k1 
and t3s.k1=t3.k1 where t3.k2=5;"""
+            sql """select count(*) from (select t1.k1 from t5 join [shuffle] 
t1 on t1.k1=t5.k1) tmp join [shuffle] t3 join t3 t3s [shuffle] on tmp.k1=t3.k1 
and t3s.k1=t3.k1;"""
             exception "inject RuntimeFilterProducer::send_size.rpc_fail"
         }
     } finally {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to