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 d7ee8d4a0c8 branch-3.0: [Fix](regression) Fix flaky test
`fault_injection_p0/cloud/test_cloud_mow_stale_resp_load_load_conflict` (#43843)
d7ee8d4a0c8 is described below
commit d7ee8d4a0c840e4a9c5c02d9e78ad2717adcd301
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 14 14:32:01 2024 +0800
branch-3.0: [Fix](regression) Fix flaky test
`fault_injection_p0/cloud/test_cloud_mow_stale_resp_load_load_conflict` (#43843)
Cherry-picked from #43448
Co-authored-by: bobhan1 <[email protected]>
---
.../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
index 5e56f593fb5..c7ebb9d8316 100644
---
a/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
+++
b/regression-test/framework/src/main/groovy/org/apache/doris/regression/suite/Suite.groovy
@@ -1622,7 +1622,7 @@ class Suite implements GroovyInterceptable {
}
void setFeConfig(String key, Object value) {
- sql "ADMIN SET FRONTEND CONFIG ('${key}' = '${value}')"
+ sql "ADMIN SET ALL FRONTEND CONFIG ('${key}' = '${value}')"
}
void setFeConfigTemporary(Map<String, Object> tempConfig, Closure
actionSupplier) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]