This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 29863112a4 (test) change remote_fragment_exec_timeout_ms in p0/p1 to
60 seconds (#15932)
29863112a4 is described below
commit 29863112a44b8d2370f8c0f992c5f53034d84da8
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sat Jan 14 22:07:35 2023 +0800
(test) change remote_fragment_exec_timeout_ms in p0/p1 to 60 seconds
(#15932)
test_join case failed due to send fragment timeout frequently.
---
regression-test/pipeline/p0/conf/fe.conf | 2 +-
regression-test/pipeline/p1/conf/fe.conf | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index 4dbdf61a17..d979744153 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -67,5 +67,5 @@ sys_log_verbose_modules = org.apache.doris
enable_outfile_to_local = true
tablet_create_timeout_second=20
-remote_fragment_exec_timeout_ms=15000
+remote_fragment_exec_timeout_ms=60000
use_fuzzy_session_variable=true
diff --git a/regression-test/pipeline/p1/conf/fe.conf
b/regression-test/pipeline/p1/conf/fe.conf
index 14077171f6..8a6749c90d 100644
--- a/regression-test/pipeline/p1/conf/fe.conf
+++ b/regression-test/pipeline/p1/conf/fe.conf
@@ -68,5 +68,5 @@ priority_networks=172.19.0.0/24
enable_outfile_to_local = true
tablet_create_timeout_second=20
-remote_fragment_exec_timeout_ms=15000
+remote_fragment_exec_timeout_ms=60000
use_fuzzy_session_variable=true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]