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

hellostephen 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 e40f432cf14 branch-2.1: [fix](case) fix udf cases #48969 (#48972)
e40f432cf14 is described below

commit e40f432cf14a624ad5eff9d3a59fabc82dd3623a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Mar 12 17:35:25 2025 +0800

    branch-2.1: [fix](case) fix udf cases #48969 (#48972)
    
    Cherry-picked from #48969
    
    Co-authored-by: Dongyang Li <lidongy...@selectdb.com>
---
 .../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy      | 2 +-
 regression-test/pipeline/external/conf/regression-conf.groovy           | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index fa5d226f332..ded07e898ad 100644
--- 
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++ 
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -2302,7 +2302,7 @@ class Suite implements GroovyInterceptable {
         def udf_file_dir = new File(udf_file_path).parent
         backendId_to_backendIP.values().each { be_ip ->
             sshExec("root", be_ip, "ssh-keygen -f '/root/.ssh/known_hosts' -R 
\"${be_ip}\"", false)
-            sshExec("root", be_ip, "ssh -o StrictHostKeyChecking=no 
root@${be_ip} \"mkdir -p ${udf_file_dir}\"", false)
+            sshExec("root", be_ip, "mkdir -p ${udf_file_dir}", false)
             scpFiles("root", be_ip, udf_file_path, udf_file_path, false)
         }
     }
diff --git a/regression-test/pipeline/external/conf/regression-conf.groovy 
b/regression-test/pipeline/external/conf/regression-conf.groovy
index a1fe4afdbd3..04cb1a092da 100644
--- a/regression-test/pipeline/external/conf/regression-conf.groovy
+++ b/regression-test/pipeline/external/conf/regression-conf.groovy
@@ -96,7 +96,6 @@ oceanbase_port=2881
 // To enable jdbc test, you need first start hive container.
 // See `docker/thirdparties/start-thirdparties-docker.sh`
 enableHiveTest=true
-enablePaimonTest=enable_deprecated_case
 
 // port of hive2 docker
 hive2HmsPort=9083


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

Reply via email to