This is an automated email from the ASF dual-hosted git repository.
panxiaolei 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 20b8e4a32aa [Fix](ci) release a testcase and remove some outdate log
settings (#35580)
20b8e4a32aa is described below
commit 20b8e4a32aae414c746df7a21e3187b004ea2354
Author: zclllyybb <[email protected]>
AuthorDate: Wed May 29 20:19:51 2024 +0800
[Fix](ci) release a testcase and remove some outdate log settings (#35580)
release a testcase and remove some outdate log settings
---
regression-test/pipeline/cloud_p0/conf/be_custom.conf | 3 ---
regression-test/pipeline/cloud_p0/conf/fe_custom.conf | 2 --
regression-test/pipeline/cloud_p1/conf/be_custom.conf | 3 ---
regression-test/pipeline/cloud_p1/conf/fe_custom.conf | 3 ---
regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy | 1 -
regression-test/pipeline/p0/conf/fe.conf | 3 ---
regression-test/pipeline/p1/conf/fe.conf | 4 +---
.../partition_p1/auto_partition/sql/stress_test_insert_into.groovy | 2 +-
8 files changed, 2 insertions(+), 19 deletions(-)
diff --git a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
index a84891beda8..aec507f4c05 100644
--- a/regression-test/pipeline/cloud_p0/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/be_custom.conf
@@ -29,6 +29,3 @@ enable_file_cache = true
file_cache_path =
[{"path":"/data/doris_cloud/file_cache","total_size":104857600,"query_limit":104857600}]
tmp_file_dirs =
[{"path":"/data/doris_cloud/tmp","max_cache_bytes":104857600,"max_upload_bytes":104857600}]
thrift_rpc_timeout_ms = 360000
-# For debug
-sys_log_verbose_modules=vrow_distribution,tablet_info
-sys_log_verbose_level=7
\ No newline at end of file
diff --git a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
index 3df3a3b4e32..d175768b6c0 100644
--- a/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/fe_custom.conf
@@ -36,8 +36,6 @@ cloud_unique_id=cloud_unique_id_sql_server00
# for case test_build_mtmv.groovy
enable_job_schedule_second_for_test=true
enable_light_index_change=false
-# For debug
-sys_log_verbose_modules = org.apache.doris.service.FrontendServiceImpl
workload_sched_policy_interval_ms = 1000
enable_advance_next_id = true
diff --git a/regression-test/pipeline/cloud_p1/conf/be_custom.conf
b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
index ae9efacf488..982bc2f6867 100644
--- a/regression-test/pipeline/cloud_p1/conf/be_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/be_custom.conf
@@ -28,6 +28,3 @@ meta_service_use_load_balancer = false
enable_file_cache = true
file_cache_path =
[{"path":"/data/doris_cloud/file_cache","total_size":104857600,"query_limit":104857600}]
tmp_file_dirs =
[{"path":"/data/doris_cloud/tmp","max_cache_bytes":104857600,"max_upload_bytes":104857600}]
-# For debug
-sys_log_verbose_modules=vrow_distribution,tablet_info
-sys_log_verbose_level=7
\ No newline at end of file
diff --git a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
index fb392d5fe73..258f41097ed 100644
--- a/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/fe_custom.conf
@@ -34,7 +34,4 @@ cloud_http_port=18030
meta_service_endpoint=127.0.0.1:5000
cloud_unique_id=cloud_unique_id_sql_server00
enable_light_index_change=false
-# For debug
-sys_log_verbose_modules = org.apache.doris.service.FrontendServiceImpl
-
enable_advance_next_id = true
diff --git
a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
index ce78d485131..111e3f8546b 100644
--- a/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
+++ b/regression-test/pipeline/cloud_p1/conf/regression-conf-custom.groovy
@@ -1,7 +1,6 @@
testGroups = "p1"
//exclude groups and exclude suites is more prior than include groups and
include suites.
excludeSuites = "000_the_start_sentinel_do_not_touch," + // keep this line as
the first line
- "stress_test_insert_into," +
"test_analyze_stats_p1," +
"test_big_pad," +
"test_bitmap_filter," +
diff --git a/regression-test/pipeline/p0/conf/fe.conf
b/regression-test/pipeline/p0/conf/fe.conf
index 67004ccdcb0..ae5a97e2ba4 100644
--- a/regression-test/pipeline/p0/conf/fe.conf
+++ b/regression-test/pipeline/p0/conf/fe.conf
@@ -78,7 +78,4 @@ disable_datev1 = false
master_sync_policy = WRITE_NO_SYNC
replica_sync_policy = WRITE_NO_SYNC
-# For debug
-sys_log_verbose_modules = org.apache.doris.service.FrontendServiceImpl
-
enable_advance_next_id = true
diff --git a/regression-test/pipeline/p1/conf/fe.conf
b/regression-test/pipeline/p1/conf/fe.conf
index 87ebd89616f..4013ffc5077 100644
--- a/regression-test/pipeline/p1/conf/fe.conf
+++ b/regression-test/pipeline/p1/conf/fe.conf
@@ -78,8 +78,6 @@ disable_decimalv2 = false
disable_datev1 = false
auth_token = 5ff161c3-2c08-4079-b108-26c8850b6598
-sys_log_verbose_modules =
org.apache.doris.persist.EditLog,org.apache.doris.journal.bdbje.BDBJEJournal,
org.apache.doris.service.FrontendServiceImpl
-
-# For debug
+sys_log_verbose_modules =
org.apache.doris.persist.EditLog,org.apache.doris.journal.bdbje.BDBJEJournal
enable_advance_next_id = true
diff --git
a/regression-test/suites/partition_p1/auto_partition/sql/stress_test_insert_into.groovy
b/regression-test/suites/partition_p1/auto_partition/sql/stress_test_insert_into.groovy
index cace519c16c..128d88a896f 100644
---
a/regression-test/suites/partition_p1/auto_partition/sql/stress_test_insert_into.groovy
+++
b/regression-test/suites/partition_p1/auto_partition/sql/stress_test_insert_into.groovy
@@ -21,7 +21,7 @@ import java.nio.file.Paths
import java.net.URL
import java.io.File
-suite("stress_test_insert_into") {
+suite("stress_test_insert_into", "p1,nonConcurrent") { // stress case should
use resource fully
// get doris-db from s3
def dirPath = context.file.parent
def fatherPath = context.file.parentFile.parentFile.getPath()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]