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

test(go/adbc/driver/flightsql): test handling of bad locations #1533

Merged
merged 1 commit into from
Feb 9, 2024

Conversation

lidavidm
Copy link
Member

@lidavidm lidavidm commented Feb 8, 2024

Add a test to ensure that the driver can still fetch data from a server that returns 1 unreachable and 1 reachable location. Also, add a new option to adjust the connect timeout.

Fixes #1527.

@github-actions github-actions bot added this to the ADBC Libraries 0.10.0 milestone Feb 8, 2024
@lidavidm lidavidm marked this pull request as ready for review February 8, 2024 18:15
@lidavidm lidavidm marked this pull request as draft February 8, 2024 20:55
Add a test to ensure that the driver can still fetch data from a
server that returns 1 unreachable and 1 reachable location.

Related to apache#1527.
@lidavidm lidavidm marked this pull request as ready for review February 8, 2024 21:03
@lidavidm lidavidm merged commit 6f32626 into apache:main Feb 9, 2024
34 checks passed
@lidavidm lidavidm deleted the gh1527 branch February 9, 2024 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

go/adbc/driver/flightsql: investigate connection timeout
2 participants