amoeba commented on PR #3695:
URL: https://github.com/apache/arrow-adbc/pull/3695#issuecomment-3513533294

   CI actually passed when I expected it would fail. It turns out this is 
because our test command is this,
   
   ```
   cargo test --all-targets --all-features --workspace  --exclude adbc_snowflake
   ```
   
   It's not explicitly documented, but `--all-features` seems to enable all 
optional crates too. When I test this manually on my Windows machine,
   
   - `cargo build` fails
   - `cargo build --all-features` succeeds
   
   @lidavidm is there any value in this, given what I just learned above? I was 
hoping to add a regression test as you suggested in 
https://github.com/apache/arrow-adbc/pull/3693#issuecomment-3508950726.


-- 
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]

Reply via email to