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 dff70404219 branch-3.0: [Fix](case) Fix case 
`test_cloud_mow_correctness_inject` due to config name change #54738 (#54798)
dff70404219 is described below

commit dff704042195206d16ecf7afedf9fa859b329586
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 15 09:54:49 2025 +0800

    branch-3.0: [Fix](case) Fix case `test_cloud_mow_correctness_inject` due to 
config name change #54738 (#54798)
    
    Cherry-picked from #54738
    
    Co-authored-by: bobhan1 <[email protected]>
---
 .../fault_injection_p0/cloud/test_cloud_mow_correctness_inject.groovy   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_correctness_inject.groovy
 
b/regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_correctness_inject.groovy
index fa447e131d9..157622f6fce 100644
--- 
a/regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_correctness_inject.groovy
+++ 
b/regression-test/suites/fault_injection_p0/cloud/test_cloud_mow_correctness_inject.groovy
@@ -62,7 +62,7 @@ suite("test_cloud_mow_correctness_inject", "nonConcurrent") {
         delete_bitmap_lock_expiration_seconds : 10,
         calculate_delete_bitmap_task_timeout_seconds : 2,
         mow_calculate_delete_bitmap_retry_times : 3,
-        enable_schema_change_retry_in_cloud_mode : false // turn off to 
shorten the test's time consumption
+        enable_schema_change_retry : false // turn off to shorten the test's 
time consumption
     ]
 
     setFeConfigTemporary(customFeConfig) {


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

Reply via email to