This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-3.0 by this push:
     new 338bcc8c10f branch-3.0: [Fix](testcase) Add 
enable_cloud_txn_lazy_commit for testcases relates to many partitions #47511 
(#47517)
338bcc8c10f is described below

commit 338bcc8c10fcc3ff8c7aa59ec1649c71ee947232
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Feb 6 09:36:06 2025 +0800

    branch-3.0: [Fix](testcase) Add enable_cloud_txn_lazy_commit for testcases 
relates to many partitions #47511 (#47517)
    
    Cherry-picked from #47511
    
    Co-authored-by: zclllyybb <[email protected]>
---
 .../high_concur_load/stress_test_high_concurrency_load.groovy            | 1 +
 .../auto_partition/same_data/stress_test_same_date_range.groovy          | 1 +
 .../auto_partition/two_stream_load/stress_test_two_stream_load.groovy    | 1 +
 3 files changed, 3 insertions(+)

diff --git 
a/regression-test/suites/partition_p2/auto_partition/high_concur_load/stress_test_high_concurrency_load.groovy
 
b/regression-test/suites/partition_p2/auto_partition/high_concur_load/stress_test_high_concurrency_load.groovy
index 7f635a4863b..b319ca24860 100644
--- 
a/regression-test/suites/partition_p2/auto_partition/high_concur_load/stress_test_high_concurrency_load.groovy
+++ 
b/regression-test/suites/partition_p2/auto_partition/high_concur_load/stress_test_high_concurrency_load.groovy
@@ -24,6 +24,7 @@ import java.io.File
 suite("stress_test_high_concurrency_load", "p2,nonConcurrent") {
 
     sql """ADMIN SET FRONTEND CONFIG ('max_auto_partition_num' = '10000000')"""
+    sql """ADMIN SET FRONTEND CONFIG ('enable_cloud_txn_lazy_commit' = 
'true')"""
 
     // get doris-db from s3
     def dirPath = context.file.parent
diff --git 
a/regression-test/suites/partition_p2/auto_partition/same_data/stress_test_same_date_range.groovy
 
b/regression-test/suites/partition_p2/auto_partition/same_data/stress_test_same_date_range.groovy
index c8bbdfbffc4..cbece2071e3 100644
--- 
a/regression-test/suites/partition_p2/auto_partition/same_data/stress_test_same_date_range.groovy
+++ 
b/regression-test/suites/partition_p2/auto_partition/same_data/stress_test_same_date_range.groovy
@@ -24,6 +24,7 @@ import java.io.File
 suite("stress_test_same_date_range", "p2,nonConcurrent") {
 
     sql """ADMIN SET FRONTEND CONFIG ('max_auto_partition_num' = '10000000')"""
+    sql """ADMIN SET FRONTEND CONFIG ('enable_cloud_txn_lazy_commit' = 
'true')"""
 
     // get doris-db from s3
     def dirPath = context.file.parent
diff --git 
a/regression-test/suites/partition_p2/auto_partition/two_stream_load/stress_test_two_stream_load.groovy
 
b/regression-test/suites/partition_p2/auto_partition/two_stream_load/stress_test_two_stream_load.groovy
index ecbb277c5fd..212c8adfce4 100644
--- 
a/regression-test/suites/partition_p2/auto_partition/two_stream_load/stress_test_two_stream_load.groovy
+++ 
b/regression-test/suites/partition_p2/auto_partition/two_stream_load/stress_test_two_stream_load.groovy
@@ -22,6 +22,7 @@ import java.nio.file.Paths
 suite("stress_test_two_stream_load", "p2,nonConcurrent") {
 
     sql """ADMIN SET FRONTEND CONFIG ('max_auto_partition_num' = '10000000')"""
+    sql """ADMIN SET FRONTEND CONFIG ('enable_cloud_txn_lazy_commit' = 
'true')"""
 
     // get doris-db from s3
     def dirPath = context.file.parent


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to