Skip to content

Conversation

@jacobtomlinson
Copy link
Contributor

@jacobtomlinson jacobtomlinson commented Nov 12, 2025

In dask/distributed#9140 we are seeing a problem in our CI with newer versions of tblib.

It looks like this was partially fixed in #83 but the same applies to other attributes of OSError subclasses like TimeoutError, e.g errorno and strerror. If the value of them is None they should not be set at all otherwise it will break the string representation.

@codecov
Copy link

codecov bot commented Nov 12, 2025

Codecov Report

❌ Patch coverage is 50.00000% with 2 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.78%. Comparing base (b197023) to head (059066e).
⚠️ Report is 1 commits behind head on master.

Files with missing lines Patch % Lines
src/tblib/pickling_support.py 50.00% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #85      +/-   ##
==========================================
- Coverage   97.03%   96.78%   -0.26%     
==========================================
  Files           9        9              
  Lines         743      746       +3     
  Branches       51       53       +2     
==========================================
+ Hits          721      722       +1     
  Misses         17       17              
- Partials        5        7       +2     
Flag Coverage Δ
py310 (macos/arm64) 78.65% <50.00%> (-0.19%) ⬇️
py310 (ubuntu/x64) 78.65% <50.00%> (-0.19%) ⬇️
py310 (windows/x64) 78.65% <50.00%> (-0.19%) ⬇️
py311 (macos/arm64) 96.37% <50.00%> (-0.26%) ⬇️
py311 (ubuntu/x64) 96.37% <50.00%> (-0.26%) ⬇️
py311 (windows/x64) 96.37% <50.00%> (-0.26%) ⬇️
py312 (macos/arm64) 96.37% <50.00%> (-0.26%) ⬇️
py312 (ubuntu/x64) 96.37% <50.00%> (-0.26%) ⬇️
py312 (windows/x64) 96.37% <50.00%> (-0.26%) ⬇️
py313 (macos/arm64) 96.37% <50.00%> (-0.26%) ⬇️
py313 (ubuntu/x64) 96.37% <50.00%> (-0.26%) ⬇️
py313 (windows/x64) 96.37% <50.00%> (-0.26%) ⬇️
py314 (macos/arm64) 96.10% <50.00%> (-0.26%) ⬇️
py314 (ubuntu/x64) 96.10% <50.00%> (-0.26%) ⬇️
py314 (windows/x64) 96.10% <50.00%> (-0.26%) ⬇️
py39 (macos/arm64) 78.41% <50.00%> (-0.19%) ⬇️
py39 (ubuntu/x64) 78.41% <50.00%> (-0.19%) ⬇️
py39 (windows/x64) 78.41% <50.00%> (-0.19%) ⬇️
pypy310 (macos/arm64) 76.51% <50.00%> (-0.18%) ⬇️
pypy310 (ubuntu/x64) 76.51% <50.00%> (-0.18%) ⬇️
pypy310 (windows/x64) 76.51% <50.00%> (-0.18%) ⬇️
pypy311 (macos/arm64) 94.22% <50.00%> (-0.25%) ⬇️
pypy311 (ubuntu/x64) 94.22% <50.00%> (-0.25%) ⬇️
pypy311 (windows/x64) 94.22% <50.00%> (-0.25%) ⬇️
pypy39 (macos/arm64) 76.27% <50.00%> (-0.18%) ⬇️
pypy39 (ubuntu/x64) 76.27% <50.00%> (-0.18%) ⬇️
pypy39 (windows/x64) 76.27% <50.00%> (-0.18%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ionelmc ionelmc merged commit df6185d into ionelmc:master Nov 12, 2025
46 of 61 checks passed
ionelmc added a commit that referenced this pull request Nov 12, 2025
@ionelmc
Copy link
Owner

ionelmc commented Nov 12, 2025

Released 3.2.2.

@jacobtomlinson jacobtomlinson deleted the fix/OSError branch November 12, 2025 13:47
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