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 d9a4e623691 [fix](test) Avoid the configuration item disable_datev1
affecting other test cases (#52915)
d9a4e623691 is described below
commit d9a4e62369175d208e31a7a4a64b22cc1ae30549
Author: Jerry Hu <[email protected]>
AuthorDate: Thu Jul 10 21:08:11 2025 +0800
[fix](test) Avoid the configuration item disable_datev1 affecting other
test cases (#52915)
---
regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy | 2 --
.../sql_functions/conditional_functions/test_coalesce_new.groovy | 2 +-
2 files changed, 1 insertion(+), 3 deletions(-)
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..41aefe51d21 100644
--- a/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
+++ b/regression-test/suites/bloom_filter_p0/test_bloom_filter.groovy
@@ -181,6 +181,4 @@ suite("test_bloom_filter") {
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]