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 2200312998c [chore](test) enable logging conflict keys in regression
test (#55516)
2200312998c is described below
commit 2200312998c53b85652af51f57286ea1f3bf72b7
Author: hui lai <[email protected]>
AuthorDate: Mon Sep 1 15:24:29 2025 +0800
[chore](test) enable logging conflict keys in regression test (#55516)
---
regression-test/pipeline/cloud_p0/conf/ms_custom.conf | 1 +
regression-test/pipeline/cloud_p1/conf/ms_custom.conf | 1 +
regression-test/pipeline/vault_p0/conf/ms_custom.conf | 1 +
3 files changed, 3 insertions(+)
diff --git a/regression-test/pipeline/cloud_p0/conf/ms_custom.conf
b/regression-test/pipeline/cloud_p0/conf/ms_custom.conf
index 53873da71ed..c1a44037f42 100644
--- a/regression-test/pipeline/cloud_p0/conf/ms_custom.conf
+++ b/regression-test/pipeline/cloud_p0/conf/ms_custom.conf
@@ -1,3 +1,4 @@
# below lines will be appended to the default doris_cloud.conf when deploying
meta service
meta_schema_value_version = 1
+enable_logging_conflict_keys = true
cloud_txn_lazy_commit_fuzzy_possibility = 50
diff --git a/regression-test/pipeline/cloud_p1/conf/ms_custom.conf
b/regression-test/pipeline/cloud_p1/conf/ms_custom.conf
index 65080d400d2..cad22d3a4a9 100644
--- a/regression-test/pipeline/cloud_p1/conf/ms_custom.conf
+++ b/regression-test/pipeline/cloud_p1/conf/ms_custom.conf
@@ -1,2 +1,3 @@
# below lines will be appended to the default doris_cloud.conf when deploying
meta service
+enable_logging_conflict_keys = true
cloud_txn_lazy_commit_fuzzy_possibility = 50
diff --git a/regression-test/pipeline/vault_p0/conf/ms_custom.conf
b/regression-test/pipeline/vault_p0/conf/ms_custom.conf
index 1c88dc87938..64ba3116f5f 100644
--- a/regression-test/pipeline/vault_p0/conf/ms_custom.conf
+++ b/regression-test/pipeline/vault_p0/conf/ms_custom.conf
@@ -1,2 +1,3 @@
# below lines will be appended to the default doris_cloud.conf when deploying
meta service
meta_schema_value_version = 1
+enable_logging_conflict_keys = true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]