Skip to content

Commit

Permalink
Removed the test which is still failing under ASAN
Browse files Browse the repository at this point in the history
  • Loading branch information
marsaly79 committed Jan 15, 2024
1 parent 1dc6dd1 commit 3bdb937
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
5 changes: 0 additions & 5 deletions ydb/library/yql/tests/postgresql/cases/timestamp.out
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,3 @@ SELECT i,
-- should fail
select make_timestamp(0, 7, 15, 12, 30, 15);
ERROR: date field value out of range: 0-07-15
-- errors
select * from generate_series('2020-01-01 00:00'::timestamp,
'2020-01-02 03:00'::timestamp,
'0 hour'::interval);
ERROR: step size cannot equal zero
4 changes: 0 additions & 4 deletions ydb/library/yql/tests/postgresql/cases/timestamp.sql
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,3 @@ SELECT i,
FROM generate_series(-13, 13) i;
-- should fail
select make_timestamp(0, 7, 15, 12, 30, 15);
-- errors
select * from generate_series('2020-01-01 00:00'::timestamp,
'2020-01-02 03:00'::timestamp,
'0 hour'::interval);

0 comments on commit 3bdb937

Please sign in to comment.