kou opened a new issue, #35379:
URL: https://github.com/apache/arrow/issues/35379
### Describe the bug, including details regarding any error messages,
version, and platform.
```console
$ LD_LIBRARY_PATH=$PWD/debug debug/arrow-flight-test
...
[----------] 4 tests from TestTls
[ RUN ] TestTls.DoAction
E0501 16:24:25.455014704 800882 ssl_security_connector.cc:270]
Handshaker factory creation failed with TSI_INVALID_ARGUMENT.
E0501 16:24:25.455054228 800882 chttp2_server.cc:1045]
UNKNOWN:Unable to create secure server with credentials of type Ssl
{file:"./src/core/ext/transport/chttp2/server/chttp2_server.cc",
file_line:1032, created_time:"2023-05-01T16:24:25.455046974+09:00"}
/home/kou/work/cpp/arrow.kou/cpp/src/arrow/flight/flight_test.cc:396: Failure
Failed
'ExampleTlsCertificates(&options.tls_certificates)' failed with IOError:
Test resources not found, set ARROW_TEST_DATA to <repo root>/testing/data
/home/kou/work/cpp/arrow.kou/cpp/src/arrow/flight/test_util.cc:784
GetTestResourceRoot(&root)
```
Because
https://github.com/apache/arrow/blob/0ea1a103dfc2fc4ab5a5d839369a805e2ae657a2/cpp/src/arrow/flight/flight_test.cc#L396
is failed. `client_` isn't created and `server_->Init()` isn't called when
`TearDown()` is executed.
### Component(s)
C++, FlightRPC
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]