apache / arrow-java

Official Java implementation of Apache Arrow
https://arrow.apache.org/
Apache License 2.0
4 stars 4 forks source link

[FlightRPC][Integration] Ensure all RPC methods are covered by integration testing #299

Open asfimport opened 2 years ago

asfimport commented 2 years ago

This would help catch issues like https://github.com/apache/arrow/issues/13853

Reporter: David Li / @lidavidm

Related issues:

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

asfimport commented 2 years ago

Kun Liu / @liukun4515: hi @lidavidm 

Do we have the framework to test the RPC method and compatibility in the IT?

asfimport commented 2 years ago

David Li / @lidavidm: https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/integration_tests/test_integration.cc and https://github.com/apache/arrow/blob/cf27001da088d882a7d460cddd84a0202f3d8eba/dev/archery/archery/integration/runner.py#L424-L438

asfimport commented 2 years ago

Kun Liu / @liukun4515: Thanks @lidavidm