-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fix ApiTest.Interrupt #4789
Fix ApiTest.Interrupt #4789
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4789 +/- ##
==========================================
+ Coverage 86.33% 86.34% +0.01%
==========================================
Files 1399 1399
Lines 60296 60412 +116
Branches 7417 7429 +12
==========================================
+ Hits 52057 52165 +108
- Misses 8073 8081 +8
Partials 166 166 ☔ View full report in Codecov by Sentry. |
Benchmark ResultMaster commit hash:
|
Benchmark ResultMaster commit hash:
|
Description
It's possible for the connection thread to not start until after
interrupt()
is called, which clears the interrupt flag. Add a new thread that repeatedly callsinterrupt()
until the query terminates.Fixes #4431
Contributor agreement