elixir-cloud-aai / tesk-api

GA4GH TES API Service that translates tasks into Kubernetes Batch API calls
Apache License 2.0
7 stars 18 forks source link

Fix status for failed output that succedeed after retry + tests #18

Closed aniewielska closed 3 years ago

aniewielska commented 3 years ago

Status fix for use case when job failed, but later succeeded (before fix incorrectly translated as SYSTEM_ERROR for output filers).

codecov[bot] commented 3 years ago

Codecov Report

Merging #18 (f19fabe) into master (389a559) will increase coverage by 0.24%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
+ Coverage   83.81%   84.05%   +0.24%     
==========================================
  Files          37       37              
  Lines         964      966       +2     
  Branches      101      101              
==========================================
+ Hits          808      812       +4     
  Misses        107      107              
+ Partials       49       47       -2     
Impacted Files Coverage Δ
...sc/tesk/util/component/TesKubernetesConverter.java 91.24% <100.00%> (+1.61%) :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 389a559...f19fabe. Read the comment docs.