Skip to content

c/driver/sqlite: tests seem to be broken in CI #2554

@lidavidm

Description

@lidavidm

What happened?

Possibly a new SQLite version exposed a problem in the driver?

Stack Trace

8: [ RUN      ] SqliteReaderTest.InferTypedParams
8: /tmp/arrow-adbc-1.5.0.TXFYd/apache-arrow-adbc-1.5.0/c/driver/sqlite/sqlite_test.cc:446: Failure
8: Expected equality of these values:
8:   0
8:   sqlite3_prepare_v2(db, query.c_str(), query.size(), &stmt, nullptr)
8:     Which is: 1
8: 
8: /tmp/arrow-adbc-1.5.0.TXFYd/apache-arrow-adbc-1.5.0/c/driver/sqlite/sqlite_test.cc:801: Failure
8: Expected: Exec(R"(INSERT INTO foo VALUES (0, "foo"), (1, NULL), (2, 4), (3, 1E2))") doesn't generate new fatal failures in the current thread.
8:   Actual: it does.
8: 
8: [  FAILED  ] SqliteReaderTest.InferTypedParams (0 ms)

How can we reproduce the bug?

No response

Environment/Setup

No response

Metadata

Metadata

Assignees

Labels

Type: bugSomething isn't working

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions