duckdb / sqlite_scanner

DuckDB extension to read and write to SQLite databases
https://duckdb.org/docs/extensions/sqlite
MIT License
208 stars 21 forks source link

Windows test script doesn't actually filter tests #62

Closed isaacbrodsky closed 11 months ago

isaacbrodsky commented 1 year ago

What happens?

My understanding is that the unittest command in https://github.com/duckdblabs/sqlite_scanner/blob/main/.github/workflows/Windows.yml#L54 is intended to filter tests to just the ones relevant to this extension, but the CI log shows it doesn't do that.

To Reproduce

https://github.com/duckdblabs/sqlite_scanner/actions/runs/5678082847/job/15387600322 See "Test Extension"

Expected: Only the tests for sqlite_scanner run, and not the non-extension DuckDB tests.

OS:

NA - See CI run

SQLite Version:

NA

DuckDB Version:

NA

DuckDB Client:

NA

Full Name:

NA

Affiliation:

NA

Have you tried this on the latest master branch?

Have you tried the steps to reproduce? Do they include all relevant data and configuration? Does the issue you report still appear there?