MCPcopy Create free account
hub / github.com/apache/arrow / CheckForRemoteTest

Method CheckForRemoteTest

cpp/src/arrow/flight/sql/odbc/tests/odbc_test_suite.cc:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189void FlightSQLODBCRemoteTestBase::CheckForRemoteTest() {
190 if (arrow::internal::GetEnvVar(kTestConnectStr.data()).ValueOr("").empty()) {
191 skipping_test = true;
192 GTEST_SKIP() << "Skipping test: kTestConnectStr not set";
193 }
194}
195
196void FlightSQLODBCRemoteTestBase::SetUpTestSuite() {
197 CheckForRemoteTest();

Callers

nothing calls this directly

Calls 4

GetEnvVarFunction · 0.85
ValueOrMethod · 0.80
emptyMethod · 0.45
dataMethod · 0.45

Tested by

no test coverage detected