Ran
|
Jobs
1
|
Files
12
|
Run time
2s
|
Badge
Embed ▾
README BADGES
|
push
travis-ci
<a href="https://github.com/reanahub/reana-workflow-controller/commit/<a class=hub.com/reanahub/reana-workflow-controller/commit/2840cbadf914fedf095554e37ecc043d5f9c5916">2840cbadf<a href="https://github.com/reanahub/reana-workflow-controller/commit/2840cbadf914fedf095554e37ecc043d5f9c5916">">Revert &quot;consumer: removes unused task" This reverts commit </a><a class="double-link" href="https://github.com/reanahub/reana-workflow-controller/commit/<a class="double-link" href="https://github.com/reanahub/reana-workflow-controller/commit/441e28b905ef21d33abc2fe5f1972b42f14f7f12">441e28b90</a>">441e28b90</a><a href="https://github.com/reanahub/reana-workflow-controller/commit/2840cbadf914fedf095554e37ecc043d5f9c5916">. * We are correctly using the [TTLSecondsAfterFinished](https://kubernetes.io/docs/concepts/workloads/controllers/ttlafterfinished), and it really works, but the subtle detail is that RJC never finishes. One can see this by checking how many ready containers are inside the pod, Workflow Engine finishes and RJC still runs, see: ```console $ kubectl get pod \ batch-serial-a0f3f1c4-161d-461c-94e0-c4dae1000b2f-nv8bb -o json | \ jq '.status.containerStatuses[] | .name + " " + (.ready|tostring)' "job-controller true" "workflow-engine false" ``` Because of this we need to manually delete the batch- containers with the task that was removed in the previous commit (closes #258).
664 of 1020 relevant lines covered (65.1%)
0.65 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 1074.1 | 12 |
65.1 |
Travis Job 1074.1 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|