-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: Query timeout #165
feat: Query timeout #165
Conversation
1ae4c26
to
41f1b8e
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #165 +/- ##
=======================================
Coverage 95.99% 95.99%
=======================================
Files 22 22
Lines 848 848
Branches 198 198
=======================================
Hits 814 814
Misses 9 9
Partials 25 25 ☔ View full report in Codecov by Sentry. |
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.
The client currently encounters issues with data retrieval and error propagation. Please prioritize testing and implementation in these specific scenarios:
- Execute scripts multiple times. The results should display immediately without the need for setting a timeout.
- Introduce invalid SQL in scripts. Then, run these scripts multiple times to ensure that the error is consistently and correctly propagated.
- Execute scripts in parallel and verify that both results and errors are accurately displayed.
639c506
to
6717e1e
Compare
Co-authored-by: Jakub Bednář <[email protected]>
Closes #164
Proposed Changes
stream timeout for query (grpc timeout)
Checklist