Commit e09e2d1
committed
Enable Remote Testing With Dremio Instance
* Disable non-odbc workflows
* Install `netcat` and set `ARROW_FLIGHT_SQL_ODBC_CONN`
* Attempt to enable docker network
Update compose.yaml
Add executable bash script
* add commands for testing Dremio instance value
* Change to use `host.docker.internal`
* Change test to run remote test
Update cpp_extra.yml
* Use `localhost` as hostname
* Use `dremio_container` as host
* Clean up PR
* Test remote instance
* CI can connect to remote instance, revert "Test remote instance"
This reverts commit db975bf.
* Disable ODBC Debian build
* 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.1 parent e97ab4c commit e09e2d1
3 files changed
Lines changed: 14 additions & 2 deletions
File tree
- .github/workflows
- cpp/src/arrow/flight/sql/odbc/tests/dremio
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
372 | 378 | | |
373 | 379 | | |
374 | 380 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
204 | 204 | | |
205 | 205 | | |
206 | 206 | | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
| 211 | + | |
207 | 212 | | |
208 | 213 | | |
209 | 214 | | |
| |||
509 | 514 | | |
510 | 515 | | |
511 | 516 | | |
| 517 | + | |
512 | 518 | | |
513 | 519 | | |
514 | 520 | | |
| |||
517 | 523 | | |
518 | 524 | | |
519 | 525 | | |
| 526 | + | |
| 527 | + | |
520 | 528 | | |
521 | 529 | | |
522 | 530 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | 18 | | |
21 | 19 | | |
22 | 20 | | |
| |||
0 commit comments