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 f10780bb24e [fix](case) fix insert_group_commit_into_unique_sync_mode
(#48384)
f10780bb24e is described below
commit f10780bb24e5d3d0c31d8f8d2ccfad9e0513a3c6
Author: meiyi <[email protected]>
AuthorDate: Mon Mar 3 17:09:03 2025 +0800
[fix](case) fix insert_group_commit_into_unique_sync_mode (#48384)
---
.../suites/insert_p0/insert_group_commit_into_unique_sync_mode.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/suites/insert_p0/insert_group_commit_into_unique_sync_mode.groovy
b/regression-test/suites/insert_p0/insert_group_commit_into_unique_sync_mode.groovy
index e8cf47ca57d..8a8137f042d 100644
---
a/regression-test/suites/insert_p0/insert_group_commit_into_unique_sync_mode.groovy
+++
b/regression-test/suites/insert_p0/insert_group_commit_into_unique_sync_mode.groovy
@@ -17,7 +17,7 @@
import com.mysql.cj.jdbc.StatementImpl
-suite("insert_group_commit_into_unique_sync_mode") {
+suite("insert_group_commit_into_unique_sync_mode", "nonConcurrent") {
def dbName = "regression_test_insert_p0"
def tableName = "insert_group_commit_into_unique_sync"
def dbTableName = dbName + "." + tableName
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]