This is an automated email from the ASF dual-hosted git repository.
curth pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
from 253cab0094 MINOR: [C#] Bump Grpc.Tools from 2.66.0 to 2.67.0 in
/csharp (#44400)
add 1dcd1459fe GH-44361: [C#][Integration] Include .NET in Flight
integration tests (#44377)
No new revisions were added by this update.
Summary of changes:
csharp/Apache.Arrow.sln | 6 +
.../FlightRecordBatchStreamWriter.cs | 2 +-
.../Apache.Arrow.Flight.IntegrationTest.csproj | 18 +++
.../FlightClientCommand.cs | 51 +++++++
.../FlightServerCommand.cs | 68 +++++++++
.../GrpcResolver.cs} | 33 ++--
.../JsonTestScenario.cs | 167 +++++++++++++++++++++
.../Apache.Arrow.Flight.IntegrationTest/Program.cs | 67 +++++++++
csharp/test/Apache.Arrow.Flight.TestWeb/Startup.cs | 11 +-
.../TestFlightServer.cs | 8 +-
dev/archery/archery/integration/datagen.py | 23 ++-
dev/archery/archery/integration/runner.py | 9 +-
dev/archery/archery/integration/tester_csharp.py | 57 ++++++-
dev/release/rat_exclude_files.txt | 1 +
14 files changed, 482 insertions(+), 39 deletions(-)
create mode 100644
csharp/test/Apache.Arrow.Flight.IntegrationTest/Apache.Arrow.Flight.IntegrationTest.csproj
create mode 100644
csharp/test/Apache.Arrow.Flight.IntegrationTest/FlightClientCommand.cs
create mode 100644
csharp/test/Apache.Arrow.Flight.IntegrationTest/FlightServerCommand.cs
copy csharp/{src/Apache.Arrow/Ipc/NoOpBufferCreator.cs =>
test/Apache.Arrow.Flight.IntegrationTest/GrpcResolver.cs} (55%)
create mode 100644
csharp/test/Apache.Arrow.Flight.IntegrationTest/JsonTestScenario.cs
create mode 100644 csharp/test/Apache.Arrow.Flight.IntegrationTest/Program.cs