ci: tests for driver manager on windows don't seem to be executed
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### What happened?
It looks like tests for the driver manager are not executed on Windows during CI runs.
- Workflow: Native Libraries (Windows)
- Job: C/C++ (Conda/windows-latest)
- Step: Test Driver Manager
Here are a few concrete recent examples:
- https://github.com/apache/arrow-adbc/actions/runs/9111616483/job/25049100520#step:10:1
- https://github.com/apache/arrow-adbc/actions/runs/9103078697/job/25024128623#step:10:1
- https://github.com/apache/arrow-adbc/actions/runs/9099930912/job/25013632462#step:10:1
In the output of all these step we don't see `adbc-driver-manager-test`. Is this normal or am I misunderstanding something?
I've stumbled upon this while debugging an issue with the Rust implementation and it might be related to using the SQLite driver through the driver manager on Windows (though I can't reproduce the issue on my local Windows 11...)
### How can we reproduce the bug?
_No response_
### Environment/Setup
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.