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 28a46013747 branch-3.0: [regression-test](case) fix
test_bloom_filter_hit.groovy #47057 (#47348)
28a46013747 is described below
commit 28a46013747aa57c68243d7eb95ccad06218d1f3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 26 11:44:58 2025 +0800
branch-3.0: [regression-test](case) fix test_bloom_filter_hit.groovy #47057
(#47348)
Cherry-picked from #47057
Co-authored-by: shuke <[email protected]>
---
regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy | 6 ++++++
1 file changed, 6 insertions(+)
diff --git
a/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
b/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
index 3c7b7340743..8835e89d947 100644
--- a/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
+++ b/regression-test/suites/bloom_filter_p0/test_bloom_filter_hit.groovy
@@ -20,6 +20,12 @@ import java.util.regex.Matcher;
import java.util.regex.Pattern;
suite("test_bloom_filter_hit") {
+ def be_num = sql "show backends;"
+ if (be_num.size() > 1) {
+ // not suitable for multiple be cluster.
+ return
+ }
+
def tableName = "test_bloom_filter_hit"
sql """ DROP TABLE IF EXISTS ${tableName} """
sql """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]