Skip to content

Commit

Permalink
[test](serialisation) Serialise some cases and enable str_to_date tests
Browse files Browse the repository at this point in the history
apache#26651 (apache#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
  • Loading branch information
zclllyybb authored and gnehil committed Dec 4, 2023
1 parent b4a4ed1 commit 5999fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>) """

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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); """
Expand Down

0 comments on commit 5999fb6

Please sign in to comment.