HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

Set max retry timeout for sqlite in unit tests. #596

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

This should eliminate pointless busy loops and let tasks do some limited retries.

codecov[bot] commented 2 years ago

Codecov Report

Merging #596 (ec4775b) into master (51bed3d) will increase coverage by 0.18%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #596      +/-   ##
==========================================
+ Coverage   84.02%   84.21%   +0.18%     
==========================================
  Files          46       46              
  Lines        2748     2749       +1     
  Branches      492      492              
==========================================
+ Hits         2309     2315       +6     
+ Misses        393      390       -3     
+ Partials       46       44       -2     
Flag Coverage Δ
python-3.10 84.13% <100.00%> (+0.18%) :arrow_up:
python-3.6 83.66% <0.00%> (-0.04%) :arrow_down:

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

Impacted Files Coverage Δ
...ework/dataspace/datasources/sqlalchemy_ds/utils.py 100.00% <100.00%> (ø)
...ecisionengine/framework/taskmanager/TaskManager.py 93.44% <0.00%> (+1.72%) :arrow_up:

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 51bed3d...ec4775b. Read the comment docs.