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

Retry in the case of failures. #1010 #1071

Merged
merged 1 commit into from Dec 5, 2020
Merged

Retry in the case of failures. #1010 #1071

merged 1 commit into from Dec 5, 2020

Conversation

nedbat
Copy link
Owner

@nedbat nedbat commented Dec 5, 2020

PyPy seems prone to intermittent SQLite failures. An immediate retry
avoids them. Not great, but it works.

PyPy seems prone to intermittent SQLite failures.  An immediate retry
avoids them.  Not great, but it works.
@codecov-io
Copy link

codecov-io commented Dec 5, 2020

Codecov Report

Merging #1071 (1be7d68) into master (104d51e) will decrease coverage by 0.03%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1071      +/-   ##
==========================================
- Coverage   94.02%   93.98%   -0.04%     
==========================================
  Files          86       86              
  Lines       12235    12238       +3     
  Branches     1230     1230              
==========================================
- Hits        11504    11502       -2     
- Misses        587      593       +6     
+ Partials      144      143       -1     
Impacted Files Coverage Δ
coverage/sqldata.py 90.77% <100.00%> (+0.05%) ⬆️
tests/test_debug.py 90.82% <0.00%> (-7.34%) ⬇️
tests/test_arcs.py 98.90% <0.00%> (+0.72%) ⬆️
coverage/multiproc.py 71.42% <0.00%> (+1.58%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 104d51e...1be7d68. Read the comment docs.

@nedbat nedbat merged commit 3f18bfc into master Dec 5, 2020
@nedbat nedbat deleted the nedbat/bug1010 branch December 5, 2020 14:24
@pquentin
Copy link

@nedbat Thanks! Would it be possible to get a release out? It would allow to test the new GiHub Actions automation :)

@nedbat
Copy link
Owner Author

nedbat commented Dec 19, 2020

This is now released as part of coverage 5.3.1.

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.

SQLite error: "Error binding parameter 0 - probably unsupported type" (PyPy related?)
3 participants