-
Notifications
You must be signed in to change notification settings - Fork 173
ci(r): ensure testing with the local version of driver manager instead of the cran version #3817
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…d of the cran version
apache#3790)" This reverts commit 0e4651c.
|
When I reverted the changes made by #3790 (e42eff2), I was able to confirm that, as intended, this change caused the test failures pointed out by #3789 to occur in CI. https://github.com/apache/arrow-adbc/actions/runs/20307485536/job/58328893736?pr=3817 |
…et (apache#3790)" This reverts commit e42eff2.
|
Thank you for this! For and Something is awry here: arrow-adbc/.github/workflows/r-check.yml Lines 48 to 53 in c1b77b8
|
Maybe #3818 |
Related to #3789 and #3790
Looking at the logs, it seems that the current CI was using adbcdrivermanager installed from CRAN, and testing of the latest driver and driver manager combinations had not been performed.
This PR will make a change to ensure that adbcdrivermanager is installed locally.
This required a minor change to prevent the bootstrap.R script from failing with
pak::pkg_install("local::.")or something else.We can check the driver manager version via the logs of the
r-lib/actions/setup-r-dependenciesstep.Before:
After this change: