From 95b02c8c435902651bcbe1a4cdbffb13e6205ab8 Mon Sep 17 00:00:00 2001 From: zhangstar333 <2561612514@qq.com> Date: Wed, 22 May 2024 21:57:53 +0800 Subject: [PATCH] update shell --- regression-test/pipeline/performance/run-clickbench.sh | 1 - regression-test/pipeline/performance/run-load.sh | 1 - regression-test/pipeline/performance/run-tpcds.sh | 1 - regression-test/pipeline/performance/run-tpch.sh | 1 - 4 files changed, 4 deletions(-) diff --git a/regression-test/pipeline/performance/run-clickbench.sh b/regression-test/pipeline/performance/run-clickbench.sh index df541339ddcef0..6ed29a464f9e57 100644 --- a/regression-test/pipeline/performance/run-clickbench.sh +++ b/regression-test/pipeline/performance/run-clickbench.sh @@ -33,7 +33,6 @@ EOF # shellcheck source=/dev/null # check_clickbench_table_rows, stop_doris, set_session_variable, check_clickbench_result - source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh # shellcheck source=/dev/null # create_an_issue_comment diff --git a/regression-test/pipeline/performance/run-load.sh b/regression-test/pipeline/performance/run-load.sh index 65d12582517194..3a6cae481c3b2a 100644 --- a/regression-test/pipeline/performance/run-load.sh +++ b/regression-test/pipeline/performance/run-load.sh @@ -628,7 +628,6 @@ ${clt} -e "set global enable_profile=true;" insert_into_select_time=0 insert_into_select_rows=10000000 start=$(date +%s%3N) - ${clt} -e "set parallel_pipeline_task_num = 1;" if ${clt} -e"insert into ${DB}.hits_insert_into_select select * from clickbench.hits limit ${insert_into_select_rows};"; then end=$(date +%s%3N) echo "first test scale=1; (${end} - ${start})/1000" diff --git a/regression-test/pipeline/performance/run-tpcds.sh b/regression-test/pipeline/performance/run-tpcds.sh index 734c016d365ce0..5c24c7ab9c5cec 100644 --- a/regression-test/pipeline/performance/run-tpcds.sh +++ b/regression-test/pipeline/performance/run-tpcds.sh @@ -33,7 +33,6 @@ EOF # shellcheck source=/dev/null # check_tpcds_table_rows, restart_doris, set_session_variable, check_tpcds_result - source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh # shellcheck source=/dev/null # create_an_issue_comment diff --git a/regression-test/pipeline/performance/run-tpch.sh b/regression-test/pipeline/performance/run-tpch.sh index e5cc820bdefc0b..86ea13b6a0c347 100644 --- a/regression-test/pipeline/performance/run-tpch.sh +++ b/regression-test/pipeline/performance/run-tpch.sh @@ -33,7 +33,6 @@ EOF # shellcheck source=/dev/null # check_tpch_table_rows, restart_doris, set_session_variable, check_tpch_result - source "${teamcity_build_checkoutDir}"/regression-test/pipeline/common/doris-utils.sh # shellcheck source=/dev/null # create_an_issue_comment