alexandreyc commented on PR #1803: URL: https://github.com/apache/arrow-adbc/pull/1803#issuecomment-2117669300
We have an issue with the driver manager in the CI on Windows that I cannot reproduce on my local Windows 11 setup (CI is running on Windows Server 2022). Besides, it looks like the tests for the C++ driver manager are not even run on Windows (see #1867) and I think that the root cause might be related to using the SQLite driver through the driver manager (be it C++ or Rust). I'd like to verify whether the issue occurs when using the C++ driver manager before investing further time in this problem. In conclusion, I have decided to disable the Windows CI temporarily because debugging through the CI is too time-consuming, and I have already exhausted my time budget for this issue. Final note: since we cannot skip Python tests, I've commented the flaky test `test_stateless_prepared_statement`. (See https://github.com/apache/arrow-adbc/pull/1803#discussion_r1594917478) This PR should be ready to merge now! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
