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

Revert error handling for standard queries #268

Merged
merged 1 commit into from
May 21, 2024
Merged

Conversation

ptpaterson
Copy link
Contributor

@ptpaterson ptpaterson commented May 21, 2024

Ticket(s): FE-5419

Problem

Driver tests are intermittently failing for GOAWAY issues. This should have been covered by retries, but changes to wrap errors in NetworkError classes are preventing those retries from working.

See also v1.3.1...v2.0.0

Also, this code is not touched by event streaming, so the error message is incorrect.

Solution

Revert the changes to error handling for standard queries.

Result

Should fix error handling for GOAWAYs, and have no impact on any other error handling or responses to the end users.

Out of scope

dedicated tests to cover HTTP/2 GOAWAY issues

Testing

we should see improvement in downstream tests.


By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@pnwpedro pnwpedro merged commit b799955 into main May 21, 2024
5 checks passed
@pnwpedro pnwpedro deleted the fix-go-away-retries branch May 21, 2024 19:42
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.

2 participants