adamreeve commented on PR #44377:
URL: https://github.com/apache/arrow/pull/44377#issuecomment-2406435391
There was a failure running the new tests in CI. Surprisingly it's a C++ and
C# test, which was the only combination I tested locally... I'll try to figure
out what's gone wrong here:
```
FAILED TEST: binary_view C++ producing, C# consuming
<class 'RuntimeError'>: Command failed:
/arrow/csharp/artifacts/Apache.Arrow.Flight.IntegrationTest/Debug/net8.0/Apache.Arrow.Flight.IntegrationTest
client --port 37771 --path
/tmp/arrow-integration-be07w72w/generated_binary_view.json
With output:
--------------
Unhandled exception: Grpc.Core.RpcException: Status(StatusCode="NotFound",
Detail="Could not find
flight./tmp/arrow-integration-be07w72w/generated_binary_view.json")
at
Apache.Arrow.Flight.Client.FlightClient.<>c.<<GetInfo>b__10_0>d.MoveNext() in
/arrow/csharp/src/Apache.Arrow.Flight/Client/FlightClient.cs:line 90
--- End of stack trace from previous location ---
at Apache.Arrow.Flight.IntegrationTest.JsonTestScenario.RunClient() in
/arrow/csharp/test/Apache.Arrow.Flight.IntegrationTest/JsonTestScenario.cs:line
73
at Apache.Arrow.Flight.IntegrationTest.FlightClientCommand.Execute() in
/arrow/csharp/test/Apache.Arrow.Flight.IntegrationTest/FlightClientCommand.cs:line
49
at
Apache.Arrow.Flight.IntegrationTest.Program.<>c.<<Main>b__0_0>d.MoveNext() in
/arrow/csharp/test/Apache.Arrow.Flight.IntegrationTest/Program.cs:line 50
--- End of stack trace from previous location ---
at
System.CommandLine.Invocation.AnonymousCommandHandler.InvokeAsync(InvocationContext
context)
at
System.CommandLine.Invocation.InvocationPipeline.<>c__DisplayClass4_0.<<BuildInvocationChain>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass17_0.<<UseParseErrorReporting>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass12_0.<<UseHelp>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass22_0.<<UseVersionOption>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass19_0.<<UseTypoCorrections>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<UseSuggestDirective>b__18_0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass16_0.<<UseParseDirective>b__0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c.<<RegisterWithDotnetSuggest>b__5_0>d.MoveNext()
--- End of stack trace from previous location ---
at
System.CommandLine.Builder.CommandLineBuilderExtensions.<>c__DisplayClass8_0.<<UseExceptionHandler>b__0>d.MoveNext()
```
--
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]