xenon-middleware / xenon

A middleware abstraction library that provides a simple programming interface to various compute and storage resources.
http://xenon-middleware.github.io/xenon/
Apache License 2.0
34 stars 17 forks source link

Removed JOB_OPTION_RESOURCES from torque #632

Closed sverhoeven closed 6 years ago

sverhoeven commented 6 years ago

Will fix #628 when this PR and PR #631 is merged.

codecov-io commented 6 years ago

Codecov Report

Merging #632 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master     #632      +/-   ##
============================================
+ Coverage     84.27%   84.44%   +0.17%     
- Complexity     1661     1664       +3     
============================================
  Files           108      108              
  Lines          4980     4977       -3     
  Branches        747      746       -1     
============================================
+ Hits           4197     4203       +6     
+ Misses          550      544       -6     
+ Partials        233      230       -3
Flag Coverage Δ Complexity Δ
#fixedclientenvironment 26.12% <0%> (+0.01%) 470 <0> (+1) :arrow_up:
#integration 55.83% <100%> (+0.13%) 943 <0> (+3) :arrow_up:
#livelocal 22.38% <0%> (+0.01%) 391 <0> (+1) :arrow_up:
#unit 57.48% <100%> (+0.03%) 1262 <0> (ø) :arrow_down:
Impacted Files Coverage Δ Complexity Δ
.../xenon/adaptors/schedulers/torque/TorqueUtils.java 84.88% <100%> (+2.86%) 21 <0> (ø) :arrow_down:
...on/adaptors/schedulers/torque/TorqueScheduler.java 81.21% <0%> (+1.81%) 49% <0%> (+1%) :arrow_up:
...ors/schedulers/gridengine/GridEngineScheduler.java 84.73% <0%> (+2.29%) 42% <0%> (+2%) :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 1a48ae7...c7d163f. Read the comment docs.