This is an automated email from the ASF dual-hosted git repository.
kxiao pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new b725a21b5b5 [test](serialisation) Serialise some cases and enable
str_to_date tests #26651 (#26716)
b725a21b5b5 is described below
commit b725a21b5b5a6f53760db25250de36573d157704
Author: zclllyybb <[email protected]>
AuthorDate: Thu Nov 9 23:41:01 2023 +0800
[test](serialisation) Serialise some cases and enable str_to_date tests
#26651 (#26716)
1 enable the cases about str_to_date, which have been muted because some
parallel config influence.
2 serialise some cases which called admin set config
---
.../sql_functions/cast_function/test_cast_string_to_array.groovy | 2 +-
.../query_p0/sql_functions/cast_function/test_cast_to_datetime.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy
b/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy
index b246fb55343..28112ed8e0f 100644
---
a/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy
+++
b/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_string_to_array.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("test_cast_string_to_array") {
+suite("test_cast_string_to_array", "nonConcurrent") {
// cast string to array<int>
qt_sql """ select cast ("[1,2,3]" as array<int>) """
diff --git
a/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_to_datetime.groovy
b/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_to_datetime.groovy
index 0dc3c9f19f8..9437dc6eb7a 100644
---
a/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_to_datetime.groovy
+++
b/regression-test/suites/query_p0/sql_functions/cast_function/test_cast_to_datetime.groovy
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-suite("test_cast_to_datetime") {
+suite("test_cast_to_datetime", "nonConcurrent") {
// cast string of invalid datetime to datetime
qt_cast_string_to_datetime_invalid0 """ select cast("627492340" as
datetime); """
qt_cast_string_to_datetime_invalid1 """ select cast("" as datetime); """
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]