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 6d62db5fee1 [fix](test) fix setFeFrontend config (#44068)
6d62db5fee1 is described below
commit 6d62db5fee105ddad46759cb878258567b6065ba
Author: Yongqiang YANG <[email protected]>
AuthorDate: Sat Nov 16 19:40:47 2024 +0800
[fix](test) fix setFeFrontend config (#44068)
---
.../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 226a0e4b8c3..1456cbb795a 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
@@ -1680,7 +1680,7 @@ class Suite implements GroovyInterceptable {
}
void setFeConfig(String key, Object value) {
- sql "ADMIN SET ALL FRONTEND CONFIG ('${key}' = '${value}')"
+ sql "ADMIN SET ALL FRONTENDS CONFIG ('${key}' = '${value}')"
}
void setFeConfigTemporary(Map<String, Object> tempConfig, Closure
actionSupplier) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]