Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
asfimport opened this issue Aug 30, 2022 · 3 comments

Comments

@asfimport
Copy link

asfimport commented Aug 30, 2022

This would help catch issues like #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
Copy link
Author

Kun Liu / @liukun4515:
hi @lidavidm 

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

@asfimport
Copy link
Author

David Li / @lidavidm:
https://github.com/apache/arrow/blob/master/cpp/src/arrow/flight/integration_tests/test_integration.cc and

# Additional integration test cases for Arrow Flight.
flight_scenarios = [
Scenario(
"auth:basic_proto",
description="Authenticate using the BasicAuth protobuf."),
Scenario(
"middleware",
description="Ensure headers are propagated via middleware.",
),
Scenario(
"flight_sql",
description="Ensure Flight SQL protocol is working as expected.",
skip={"Rust"}
),
]

@asfimport
Copy link
Author

Kun Liu / @liukun4515:
Thanks @lidavidm 

 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant