-
Notifications
You must be signed in to change notification settings - Fork 61
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
Fixes CLI hanging on invalid queries #1274
Conversation
Conformance comparison report
Number passing in both: 5372 Number failing in both: 446 Number passing in Base (7e3625f) but now fail: 0 Number failing in Base (7e3625f) but now pass: 0 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1274 +/- ##
============================================
+ Coverage 71.57% 71.60% +0.02%
Complexity 2451 2451
============================================
Files 229 229
Lines 17626 17620 -6
Branches 3249 3252 +3
============================================
Hits 12616 12616
+ Misses 4001 3995 -6
Partials 1009 1009
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ 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.
I can verify the fix works.
I feel like the state management is a bit tricky to understand.
Maybe we can think about if there is a better way to model this later.
Relevant Issues
Description
RunnableWriter
andRunnablePipeline
which would result in the tear-down of the child thread. We would then re-create the child thread and instantiate a new runnable in its place to continue to allow user inputs.Reviewer Testing
Other Information
and Code Style Guidelines? YES
License Information
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.