Skip to content

[C++] MinGW Flight tests failing  #32485

@asfimport

Description

@asfimport

Noticed across several PRs


[ RUN      ] GrpcDataTest.TestDoExchangeError
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:490: Failure
Value of: _st.IsNotImplemented()
  Actual: false
Expected: true
Expected 'writer->Close()' to fail with NotImplemented, but got IOError: Stream finished before first message sent. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52323 {created_time:"2022-07-23T01:21:23.785644223+00:00", grpc_status:2, grpc_message:"Stream finished before first message sent"}. Client context: OK. Detail: Failed
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:490: Failure
Value of: _st.ToString()
Expected: has substring "Expected error"
  Actual: "IOError: Stream finished before first message sent. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52323 {created_time:\"2022-07-23T01:21:23.785644223+00:00\", grpc_status:2, grpc_message:\"Stream finished before first message sent\"}. Client context: OK. Detail: Failed"
[  FAILED  ] GrpcDataTest.TestDoExchangeError (5 ms)
[ RUN      ] GrpcDataTest.TestDoExchangeConcurrency
[       OK ] GrpcDataTest.TestDoExchangeConcurrency (5 ms)
[ RUN      ] GrpcDataTest.TestDoExchangeUndrained
[       OK ] GrpcDataTest.TestDoExchangeUndrained (4 ms)
[ RUN      ] GrpcDataTest.TestIssue5095
[       OK ] GrpcDataTest.TestIssue5095 (9 ms)
[----------] 17 tests from GrpcDataTest (891 ms total)
[----------] 7 tests from GrpcDoPutTest
[ RUN      ] GrpcDoPutTest.TestInts
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0L���. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52331 {grpc_message:"Expected app_metadata to be foo bar but got \x00L\xf4\x86\x02\xe0\xa1", grpc_status:3, created_time:"2022-07-23T01:21:23.810734286+00:00"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestInts (4 ms)
[ RUN      ] GrpcDoPutTest.TestFloats
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0<����. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52333 {grpc_message:"Expected app_metadata to be foo bar but got \x00<\xee\xc6\x02\xe0\xa1", grpc_status:3, created_time:"2022-07-23T01:21:23.815439591+00:00"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestFloats (4 ms)
[ RUN      ] GrpcDoPutTest.TestEmptyBatch
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0����. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52335 {grpc_message:"Expected app_metadata to be foo bar but got \x00\x9c\xef\xa6\x02\xe0\xa1", grpc_status:3, created_time:"2022-07-23T01:21:23.819872813+00:00"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestEmptyBatch (4 ms)
[ RUN      ] GrpcDoPutTest.TestDicts
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0\����. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52337 {grpc_message:"Expected app_metadata to be foo bar but got \x00\\\xf0\xc6\x02\xe0\xa1", grpc_status:3, created_time:"2022-07-23T01:21:23.824172893+00:00"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestDicts (4 ms)
[ RUN      ] GrpcDoPutTest.TestLargeBatch
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0|���. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52339 {created_time:"2022-07-23T01:21:24.001437714+00:00", grpc_status:3, grpc_message:"Expected app_metadata to be foo bar but got \x00|\xf2\xa6\x02\xe0\xa1"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestLargeBatch (185 ms)
[ RUN      ] GrpcDoPutTest.TestSizeLimit
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:802: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0\�,��. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52341 {grpc_message:"Expected app_metadata to be foo bar but got \x00\\\xef,\x07\xe0\xa1", grpc_status:3, created_time:"2022-07-23T01:21:24.016917836+00:00"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestSizeLimit (8 ms)
[ RUN      ] GrpcDoPutTest.TestUndrained
D:/a/arrow/arrow/cpp/src/arrow/flight/test_definitions.cc:690: Failure
Failed
'writer->Close()' failed with Invalid: Expected app_metadata to be foo bar but got \0����. gRPC client debug context: UNKNOWN:Error received from peer ipv4:127.0.0.1:52343 {created_time:"2022-07-23T01:21:24.022330532+00:00", grpc_status:3, grpc_message:"Expected app_metadata to be foo bar but got \x00\xac\xee\xa6\x02\xe0\xa1"}. Client context: OK
[  FAILED  ] GrpcDoPutTest.TestUndrained (4 ms) 

Reporter: David Li / @lidavidm
Assignee: David Li / @lidavidm

PRs and other links:

Note: This issue was originally created as ARROW-17191. Please see the migration documentation for further details.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions