This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 f66069adf9e [fix](ci) performance enable_sql_cache=false (#56285)
f66069adf9e is described below
commit f66069adf9e325add65dde7fc6c4cd2e80690551
Author: Dongyang Li <[email protected]>
AuthorDate: Tue Sep 23 19:12:59 2025 +0800
[fix](ci) performance enable_sql_cache=false (#56285)
---
regression-test/pipeline/performance/conf/session_variables | 0
regression-test/pipeline/performance/conf/session_variables.sql | 1 +
regression-test/pipeline/performance/deploy.sh | 3 +++
3 files changed, 4 insertions(+)
diff --git a/regression-test/pipeline/performance/conf/session_variables
b/regression-test/pipeline/performance/conf/session_variables
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/regression-test/pipeline/performance/conf/session_variables.sql
b/regression-test/pipeline/performance/conf/session_variables.sql
new file mode 100644
index 00000000000..89163ec48b1
--- /dev/null
+++ b/regression-test/pipeline/performance/conf/session_variables.sql
@@ -0,0 +1 @@
+set global enable_sql_cache=false;
diff --git a/regression-test/pipeline/performance/deploy.sh
b/regression-test/pipeline/performance/deploy.sh
index 9f29fd8d256..ca8659297ff 100644
--- a/regression-test/pipeline/performance/deploy.sh
+++ b/regression-test/pipeline/performance/deploy.sh
@@ -82,6 +82,9 @@ exit_flag=0
echo "#### 4. reset session variables"
if ! reset_doris_session_variables; then exit 1; fi
+
session_variables_file="${teamcity_build_checkoutDir}/regression-test/pipeline/performance/conf/session_variables.sql"
+ echo -e "\n\ntuned session variables:\n$(cat
"${session_variables_file}")\n\n"
+ set_doris_session_variables_from_file "${session_variables_file}"
)
exit_flag="$?"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]