This is an automated email from the ASF dual-hosted git repository.

morningman 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 ad2ef5e68db [fix](test) add bloomfilter to nonConcurrent (#47038)
ad2ef5e68db is described below

commit ad2ef5e68db79b269ee934f9818004356a137486
Author: airborne12 <[email protected]>
AuthorDate: Thu Jan 16 10:17:30 2025 +0800

    [fix](test) add bloomfilter to nonConcurrent (#47038)
---
 regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy 
b/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
index ff8710c5998..9fdd88b2837 100644
--- a/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
+++ b/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
@@ -14,7 +14,7 @@
 // KIND, either express or implied.  See the License for the
 // specific language governing permissions and limitations
 // under the License.
-suite("test_bloom_filter") {
+suite("test_bloom_filter","nonConcurrent") {
     // todo: test bloom filter, such alter table bloom filter, create table 
with bloom filter
     sql "SHOW ALTER TABLE COLUMN"
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to