This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 08d20d2b9c7 [fix](case) fix test_delete_bitmap_metrics (#51429)
08d20d2b9c7 is described below
commit 08d20d2b9c7d9093e3306e6dbce79e714f0e25bf
Author: meiyi <[email protected]>
AuthorDate: Tue Jun 3 20:10:02 2025 +0800
[fix](case) fix test_delete_bitmap_metrics (#51429)
---
regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy
b/regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy
index 3861586057a..0f090eb14a9 100644
--- a/regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy
+++ b/regression-test/suites/metrics_p0/test_delete_bitmap_metrics.groovy
@@ -18,6 +18,9 @@
import org.codehaus.groovy.runtime.IOGroovyMethods
suite("test_delete_bitmap_metrics", "p0") {
+ if (!isCloudMode()) {
+ return
+ }
def backendId_to_backendIP = [:]
def backendId_to_backendHttpPort = [:]
def backendId_to_params = [string: [:]]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]