-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Describe the bug, including details regarding any error messages, version, and platform.
Arrow flight tests have timeout failure on MSVC Windows after the tests finish running and are passing. This is caught in MSVC Windows CI for ODBC in cpp_extra.yml. This behavior is not observed in MinGW Windows.
Link to log run: https://github.com/apache/arrow/actions/runs/22742119641/job/65957707054?pr=49402.
The full log shows all tests passing, here is simplified output:
Test #50: arrow-flight-test .....................***Timeout 300.01 sec
Running main() from gmock_main.cc
[==========] Running 94 tests from 20 test suites.
[----------] Global test environment set-up.
[----------] 4 tests from TestTls
[ RUN ] TestTls.DoAction
WARNING: All log messages before absl::InitializeLog() is called are written to STDERR
E0000 00:00:1772758276.287625 1988 ssl_security_connector.cc:265] Handshaker factory creation failed with TSI_INVALID_ARGUMENT
E0000 00:00:1772758276.287690 1988 add_port.cc:56] Unable to create secure server with credentials of type
[ OK ] TestTls.DoAction (19 ms)
[ RUN ] TestTls.DisableServerVerification
E0000 00:00:1772758276.306781 1988 ssl_security_connector.cc:265] Handshaker factory creation failed with TSI_INVALID_ARGUMENT
E0000 00:00:1772758276.306838 1988 add_port.cc:56] Unable to create secure server with credentials of type
[ OK ] TestTls.DisableServerVerification (15 ms)
[ RUN ] TestTls.OverrideHostname
E0000 00:00:1772758276.322223 1988 ssl_security_connector.cc:265] Handshaker factory creation failed with TSI_INVALID_ARGUMENT
E0000 00:00:1772758276.322272 1988 add_port.cc:56] Unable to create secure server with credentials of type
E0000 00:00:1772758276.328820 3172 ssl_transport_security.cc:2396] No match found for server name: fakehostname
E0000 00:00:1772758276.336391 3172 ssl_transport_security.cc:2396] No match found for server name: fakehostname
[ OK ] TestTls.OverrideHostname (20 ms)
[ RUN ] TestTls.OverrideHostnameGeneric
E0000 00:00:1772758276.342772 1988 ssl_security_connector.cc:265] Handshaker factory creation failed with TSI_INVALID_ARGUMENT
E0000 00:00:1772758276.342813 1988 add_port.cc:56] Unable to create secure server with credentials of type
E0000 00:00:1772758276.348981 5944 ssl_transport_security.cc:2396] No match found for server name: fakehostname
E0000 00:00:1772758276.356759 6244 ssl_transport_security.cc:2396] No match found for server name: fakehostname
[ OK ] TestTls.OverrideHostnameGeneric (21 ms)
[----------] 4 tests from TestTls (77 ms total)
[----------] Global test environment tear-down
[==========] 94 tests from 20 test suites ran. (4348 ms total)
[ PASSED ] 94 tests.
YOU HAVE 2 DISABLED TESTS
Component(s)
FlightRPC
Reactions are currently unavailable