Bug 1641266
| Summary: | Wrong counts of success/fail/pending tasks on Bulk actions | ||
|---|---|---|---|
| Product: | Red Hat Satellite | Reporter: | Pavel Moravec <pmoravec> |
| Component: | Tasks Plugin | Assignee: | Adam Ruzicka <aruzicka> |
| Status: | CLOSED ERRATA | QA Contact: | tstrych |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 6.4 | CC: | aruzicka, ehelms, inecas, jhutar, ktordeur, mmccune, tstrych |
| Target Milestone: | 6.5.0 | Keywords: | PrioBumpField, Triaged |
| Target Release: | Unused | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | tfm-rubygem-dynflow-1.1.5,tfm-rubygem-foreman-tasks-0.14.4 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-05-14 12:38:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Pavel Moravec
2018-10-20 17:50:05 UTC
Created redmine issue http://projects.theforeman.org/issues/25282 from this bug I didn't try to reproduce this, but I can see how this might be happening. Upstream bug assigned to aruzicka Upstream bug assigned to aruzicka Moving this bug to POST for triage into Satellite 6 since the upstream issue https://projects.theforeman.org/issues/25282 has been resolved. Hi, Steps were reproduced with 5 content hosts. Exactly same result as in comment #1. To be able register content hosts manifest and activation key were created. Content host machines were pure 7.6 RHEL. Using Satellite 6.4.2. - package versions: tfm-rubygem-dynflow-1.0.5.5-1 tfm-rubygem-foreman-tasks-0.13.4.3-1 Steps were also reproduced on sat6.5 snap 20. - package versions: tfm-rubygem-dynflow-1.1.6-1 tfm-rubygem-foreman-tasks-0.14.4.4-2 Results with 5 content hosts on sat 6.5: - parent task shows "5 task(s), 3 success, 2 fail" ... OK - sub tasks shows "5 task(s), 3 success, 2 fail" ... OK - raw output (last tab): {"planned_count"=>5, "cancelled_count"=>0, "total_count"=>5, "failed_count"=>2, "pending_count"=>0, "success_count"=>3} ... OK In this case everything works as I expect. Verified. Alternative reproducer (also for testing): - have 2 Capsules assigned to Dev Lifecycle environment - switch down one Capsule - promote some CV to Dev LE - that will trigger a BulkAction task to sync the new content to Capsules - this task has _three_ sub plans / three individual CapsuleSync tasks will be triggered - two of them for the shutdown Capsule Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHSA-2019:1222 |