HEPCloud / decisionengine

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

Start running tests with xdist #537

Closed jcpunk closed 3 years ago

jcpunk commented 3 years ago

More parallel than 2 workers errors out, but 2 workers shows a good speedup.

codecov[bot] commented 3 years ago

Codecov Report

Merging #537 (3602e1d) into master (c4fc599) will increase coverage by 0.19%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #537      +/-   ##
==========================================
+ Coverage   83.54%   83.73%   +0.19%     
==========================================
  Files          47       47              
  Lines        3081     3081              
  Branches      430      430              
==========================================
+ Hits         2574     2580       +6     
+ Misses        467      465       -2     
+ Partials       40       36       -4     
Flag Coverage Δ
python-3.6 83.04% <ø> (+0.03%) :arrow_up:
python-3.9 83.20% <ø> (+0.03%) :arrow_up:
python-pypy-3.7 83.20% <ø> (+0.06%) :arrow_up:

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

Impacted Files Coverage Δ
...ecisionengine/framework/taskmanager/TaskManager.py 96.48% <0.00%> (-0.02%) :arrow_down:
.../decisionengine/framework/engine/DecisionEngine.py 90.73% <0.00%> (+0.51%) :arrow_up:
src/decisionengine/framework/dataspace/maintain.py 100.00% <0.00%> (+1.90%) :arrow_up:
src/decisionengine/framework/engine/Workers.py 90.27% <0.00%> (+2.77%) :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 c4fc599...3602e1d. Read the comment docs.