mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Uncomment flaky test
This commit is contained in:
parent
22670aebf8
commit
994228ab20
@ -40,6 +40,7 @@
|
|||||||
1970-01-20
|
1970-01-20
|
||||||
1970-01-20
|
1970-01-20
|
||||||
2149-06-06
|
2149-06-06
|
||||||
|
1
|
||||||
2023-05-30
|
2023-05-30
|
||||||
2023-05-30
|
2023-05-30
|
||||||
2023-05-30 14:38:20
|
2023-05-30 14:38:20
|
||||||
|
@ -54,7 +54,7 @@ select toDateOrDefault(cast(19 as Int256));
|
|||||||
select toDateOrDefault(cast(19 as UInt256));
|
select toDateOrDefault(cast(19 as UInt256));
|
||||||
|
|
||||||
select toDateOrDefault(65535);
|
select toDateOrDefault(65535);
|
||||||
-- select toDateOrDefault(122400);
|
select toDateOrDefault(65536) in ('1970-01-01', '1970-01-02');
|
||||||
|
|
||||||
select toDateOrDefault(19507, '2000-01-01'::Date);
|
select toDateOrDefault(19507, '2000-01-01'::Date);
|
||||||
select toDateOrDefault(-1, '2023-05-30'::Date);
|
select toDateOrDefault(-1, '2023-05-30'::Date);
|
||||||
|
Loading…
Reference in New Issue
Block a user