Enable Remote Testing With Dremio Instance - #169
Merged
Conversation
Update compose.yaml Add executable bash script
Update cpp_extra.yml
alinaliBQ
commented
Apr 7, 2026
| case "$(uname)" in | ||
| Linux) | ||
| exclude_tests+=("arrow-flight-sql-odbc-test") | ||
| # exclude_tests+=("arrow-flight-sql-odbc-test") # -AL- temp disable! |
Author
There was a problem hiding this comment.
We have example of successful remote server connection at:
https://github.com/Bit-Quill/arrow/actions/runs/24107860865/job/70335410128#step:10:5823
[----------] 10 tests from ColumnsTest/1, where TypeParam = arrow::flight::sql::odbc::ColumnsRemoteTest
[ RUN ] ColumnsTest/1.SQLColumnsTestInputData
[ OK ] ColumnsTest/1.SQLColumnsTestInputData (417 ms)
alinaliBQ
force-pushed
the
enable-dremio-ci
branch
from
April 7, 2026 22:55
a0980f2 to
e152967
Compare
This reverts commit db975bf.
* Seeing segfault at ODBC test. Can probably be solved by passing test linkage = static like we did with Ubuntu. Since we don't have capacity to work on Debian now, we can close this.
alinaliBQ
commented
Apr 7, 2026
Author
There was a problem hiding this comment.
This file mode change is required.
Comment on lines
+380
to
+382
| # GH-49582: TODO Enable Debian build for ODBC | ||
| # - image: debian-cpp-odbc | ||
| # title: AMD64 Debian |
Author
There was a problem hiding this comment.
Disable Debian build since we don't have capacity to work on it right now.
alinaliBQ
marked this pull request as ready for review
April 7, 2026 23:29
justing-bq
approved these changes
Apr 8, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Rationale for this change
Use scripts from #130 to set up Dremio remote instance test.
What changes are included in this PR?
Are these changes tested?
Tested in CI. See comment #169 (comment)