-
Notifications
You must be signed in to change notification settings - Fork 819
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
test: add test for FlightSQL CLI client #3816
Conversation
f4836b5
to
f038a53
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you @crepererum
I ran the test locally like
cargo test --features=cli,tls,flight-sql-experimental --test flight_sql_client_cli
I also double checked that this test runs as part of CI(as it has several required features ) and it does ✅
https://github.com/apache/arrow-rs/actions/runs/4355722022/jobs/7612726842#step:6:141
Err(Status::unimplemented("do_handshake not implemented")) | ||
} | ||
|
||
async fn do_get_fallback( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is awesome -- thank you @crepererum
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Love it, ty @crepererum
Co-authored-by: Andrew Lamb <andrew@nerdnetworks.org>
fe1fe0c
to
7e2376f
Compare
Thanks again @crepererum |
Benchmark runs are scheduled for baseline = fb1dcc6 and contender = fb35d26. fb35d26 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
Which issue does this PR close?
Closes #3814.
Rationale for this change
Let's have some rough tests before adding more features.
What changes are included in this PR?
Are there any user-facing changes?
Using the CLI w/ non-HTTPS connections now works.