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

Add lower-level logging of unexpected exceptions #294

Merged
merged 2 commits into from
Nov 3, 2022
Merged

Conversation

jwodder
Copy link
Member

@jwodder jwodder commented Nov 3, 2022

Part of #293.

I was able to produce an MVCE of the problem (which I reported as a bug in anyio: agronholm/anyio#490). Apparently, some exception is getting raised inside stream_null_command() — either immediately inside it or within something that's using it as a context manager — but I have no idea what that exception might be. I've added more logging for now.

@codecov
Copy link

codecov bot commented Nov 3, 2022

Codecov Report

Base: 76.85% // Head: 76.71% // Decreases project coverage by -0.14% ⚠️

Coverage data is based on head (0d76b68) compared to base (725366f).
Patch coverage: 75.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##            draft     #294      +/-   ##
==========================================
- Coverage   76.85%   76.71%   -0.15%     
==========================================
  Files          14       14              
  Lines        2320     2323       +3     
  Branches      373      373              
==========================================
- Hits         1783     1782       -1     
- Misses        391      393       +2     
- Partials      146      148       +2     
Impacted Files Coverage Δ
tools/backups2datalad/adataset.py 77.77% <0.00%> (ø)
tools/backups2datalad/aioutil.py 81.41% <81.81%> (-0.95%) ⬇️
tools/backups2datalad/asyncer.py 78.83% <0.00%> (-0.56%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@yarikoptic
Copy link
Member

That is great! Thank you @jwodder -- I will merge, and rerun asap (want to make sure zarrs are clean etc).

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