This is an automated email from the ASF dual-hosted git repository.
morrysnow pushed a commit to branch branch-3.1
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-3.1 by this push:
new 11ea54f808f branch-3.1: [fix](test) Avoid the configuration item
disable_datev1 affecting other test cases #52915 (#53162)
11ea54f808f is described below
commit 11ea54f808fe1045bb2bd78001213ea00cee971c
Author: Jerry Hu <[email protected]>
AuthorDate: Wed Jul 16 10:57:46 2025 +0800
branch-3.1: [fix](test) Avoid the configuration item disable_datev1
affecting other test cases #52915 (#53162)
Pick PR: #52915
---
regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy | 1 +
.../sql_functions/conditional_functions/test_coalesce_new.groovy | 2 +-
2 files changed, 2 insertions(+), 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 8e95dee8f11..d66847dc0f0 100644
--- a/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
+++ b/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
@@ -199,6 +199,7 @@ suite("test_bloom_filter","nonConcurrent") {
qt_select_datetime_v2 """SELECT * FROM ${test_datetime_tb} WHERE d2 IN
("2024-12-17 20:00:00", "2024-12-18 20:00:00") order by a"""
qt_select_date_v1 """SELECT * FROM ${test_datetime_tb} WHERE da IN
("2024-12-17", "2024-12-18") order by a"""
qt_select_date_v2 """SELECT * FROM ${test_datetime_tb} WHERE dav2 IN
("2024-12-17", "2024-12-18") order by a"""
+
sql """ADMIN SET FRONTEND CONFIG ('disable_decimalv2' = 'true')"""
sql """ADMIN SET FRONTEND CONFIG ('disable_datev1' = 'true')"""
diff --git
a/regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce_new.groovy
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce_new.groovy
index 44a17d66b65..df113b7595f 100644
---
a/regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce_new.groovy
+++
b/regression-test/suites/query_p0/sql_functions/conditional_functions/test_coalesce_new.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("test_coalesce_new") {
+suite("test_coalesce_new", 'nonConcurrent') {
// test parameter:datetime, datev2
sql """
admin set frontend config ("enable_date_conversion"="false")
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]