Bug #14584
closedSuccessfully updating a host with an errata results in warning on task
Description
Cloned from https://bugzilla.redhat.com/show_bug.cgi?id=1322062
Description of problem:
When updating an errata on a content host from the UI or hammer, an error occurs as part of the process that checks for an error:
NoMethodError: undefined method `include?' for nil:NilClass
/home/vagrant/git/katello/app/lib/actions/pulp/consumer/content_install.rb:31:in `block in check_error_details'
/home/vagrant/git/katello/app/lib/actions/pulp/consumer/content_install.rb:28:in `each'
/home/vagrant/git/katello/app/lib/actions/pulp/consumer/content_install.rb:28:in `check_error_details'
/home/vagrant/git/katello/app/lib/actions/pulp/consumer/content_install.rb:24:in `finalize'
Version-Release number of selected component (if applicable):
6.2 Snap4
How reproducible:
Always
Steps to Reproduce:
1. Register a system with subscription-manager (that katello-agent running) and assign it to a rhel
2. Ensure at least one errata is applicable (downgrade a package if need be)
3. Attempt to apply the errata via the UI
Actual results:
Errata is installed, but task is in warning state
Expected results:
Errata is installed task is in success state (green)
Additional info:
Updated by The Foreman Bot over 8 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/5955 added
Updated by Justin Sherrill over 8 years ago
- Category set to Orchestration
- Translation missing: en.field_release set to 86
Updated by Justin Sherrill over 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset katello|307a21ae4c2c088182afb83589062968c36def1e.