-
Notifications
You must be signed in to change notification settings - Fork 94
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
chore(r): Add DBItest suite to CI via adbi #1401
base: main
Are you sure you want to change the base?
Conversation
I'll take a look. |
This fixes execution when merging 6c06ae2 (CRAN release?). Merging 6ca22c2 (or current main) introduces new errors. |
Co-authored-by: Kirill Müller <krlmlr@users.noreply.github.com>
784f826
to
ccdb97c
Compare
Thank you for putting this together! I rebased this and added the ignored tests synchronizing (although because it is after the SQLite refactor, there are still failures). R version 4.3.1 (2023-06-16) -- "Beagle Scouts" R is free software and comes with ABSOLUTELY NO WARRANTY. Natural language support but running in an English locale R is a collaborative project with many contributors. Type 'demo()' for some demos, 'help()' for on-line help, or
⠏ | 0 | adbcsqlite-package ⠏ | 0 | DBItest ⠙ | 24 868 | DBItest ⠧ | 3 149 1296 | DBItest ⠇ | 5 190 1514 | DBItest
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: table_visible_in_other_connection_2
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: table_visible_in_other_connection_3
Failure ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: remove_table_other_con
Failure ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: remove_table_other_con
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: Metadata: bind_return_value_statement
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: Metadata: stream_bind_return_value_statement
──────────────────────────────────────────────────────────────────────────────── ══ Results ═════════════════════════════════════════════════════════════════════ ── Skipped tests (383) ───────────────────────────────────────────────────────── ── Failed tests ────────────────────────────────────────────────────────────────
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: table_visible_in_other_connection_2
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: table_visible_in_other_connection_3
Failure ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: remove_table_other_con
Failure ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: SQL: remove_table_other_con
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: Metadata: bind_return_value_statement
Error ('test-DBItest.R:47:3'): DBItest[adbcsqlite]: Metadata: stream_bind_return_value_statement
[ FAIL 7 | WARN 0 | SKIP 383 | PASS 4018 ] |
Thanks, the failing tests are consistent with my experience. You could add skips for them to |
No description provided.