We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61b1634 commit 972bb0aCopy full SHA for 972bb0a
cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc
@@ -195,7 +195,7 @@ void ODBCTestBase::TearDownTestSuite() {
195
// A proper fix would require ensuring gRPC is kept alive until all ODBC handles are freed,
196
// or switching to dynamic linkage for tests.
197
//
198
- // Disconnect();
+ Disconnect();
199
std::cerr << "[TEARDOWN] Skipping Disconnect() to avoid CTest-specific crash" << std::endl;
200
connected = false;
201
}
0 commit comments