Skip to content

isql tests start failing after duckdb/duckdb#15864 #64

@staticlibs

Description

@staticlibs

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions