This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new fdaf49a69ba branch-4.0: [fix](test) check cloud mode in
enableStorageVault #56709 (#56728)
fdaf49a69ba is described below
commit fdaf49a69ba497f481b46e3e27656bfbadf70c05
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Oct 11 13:42:43 2025 +0800
branch-4.0: [fix](test) check cloud mode in enableStorageVault #56709
(#56728)
Cherry-picked from #56709
Co-authored-by: Yongqiang YANG <[email protected]>
---
.../src/main/groovy/org/apache/doris/regression/suite/Suite.groovy | 4 ++++
1 file changed, 4 insertions(+)
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 9c3d5506e97..8f448d6f382 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
@@ -1977,6 +1977,10 @@ class Suite implements GroovyInterceptable {
}
boolean enableStoragevault() {
+ if (!isCloudMode()) {
+ return false;
+ }
+
if (Strings.isNullOrEmpty(context.config.metaServiceHttpAddress)
|| Strings.isNullOrEmpty(context.config.instanceId)
|| Strings.isNullOrEmpty(context.config.metaServiceToken)) {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]