-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Description
After duckdb/duckdb#15864 isql tests are failing with the following:
Run ./test/run_isql_tests.sh
Traceback (most recent call last):
--- COMMAND --
isql DSN=DuckDB;Database=test.db -k -b -d| /dev/null
--- INPUT --
SELECT AVG(t) FROM timestamp
--- STDOUT --
2007-11-14 11:44:19.142857
--- STDERR --
File "/home/runner/work/duckdb-odbc/duckdb-odbc/test/isql-test.py", line 147, in <module>
test('SELECT AVG(t) FROM timestamp', err="[ISQL]ERROR")
File "/home/runner/work/duckdb-odbc/duckdb-odbc/test/isql-test.py", line 49, in test
test_exception(command, cmd, stdout, stderr, 'err test failed')
File "/home/runner/work/duckdb-odbc/duckdb-odbc/test/isql-test.py", line 24, in test_exception
raise Exception(errmsg)
Exception: err test failed
They need to be updated with the changes from upstream test_timestamp.test.
Metadata
Metadata
Assignees
Labels
No labels