Skip to content

Commit 851063e

Browse files
authored
Get test suite building on Linux
1 parent ee39813 commit 851063e

File tree

12 files changed

+921
-998
lines changed

12 files changed

+921
-998
lines changed

ci/scripts/cpp_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ if ! type minio >/dev/null 2>&1; then
5555
fi
5656
case "$(uname)" in
5757
Linux)
58+
exclude_tests+=("arrow-flight-sql-odbc-test")
5859
n_jobs=$(nproc)
5960
;;
6061
Darwin)

cpp/src/arrow/flight/sql/odbc/CMakeLists.txt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,7 @@ endif()
2929

3030
add_subdirectory(odbc_impl)
3131
if(ARROW_BUILD_TESTS)
32-
if(WIN32 OR APPLE)
33-
# GH-49552 TODO: Enable Linux test build
34-
add_subdirectory(tests)
35-
endif()
32+
add_subdirectory(tests)
3633
endif()
3734

3835
arrow_install_all_headers("arrow/flight/sql/odbc")

cpp/src/arrow/flight/sql/odbc/tests/columns_test.cc

Lines changed: 147 additions & 244 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)