-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Print stacktrace when catching TimeoutError #3414
Conversation
c5e193b
to
6fc0333
Compare
Codecov Report
@@ Coverage Diff @@
## master #3414 +/- ##
==========================================
- Coverage 98.01% 97.89% -0.12%
==========================================
Files 44 44
Lines 8511 8511
Branches 1382 1382
==========================================
- Hits 8342 8332 -10
- Misses 70 76 +6
- Partials 99 103 +4
Continue to review full report at Codecov.
|
Timeout is a pretty common situation. Also a test is required, at least to never miss the functionality on future refactorings. |
@asvetlov I'll try to follow your hints. |
@asvetlov |
f5634b1
to
933dbda
Compare
Thanks! |
What do these changes do?
When
TimeoutError
is caught in the handler, the exception stack trace is logged.Are there changes in behavior for the user?
Related issue number
No related issue.
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.