Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
Red Hat Satellite engineering is moving the tracking of its product development work on Satellite to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "Satellite project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs will be migrated starting at the end of May. If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "Satellite project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/SAT-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
# VERIFIED
Checked against the recent version: scenario in comment#0 goes fine without errors.
Errata gets promoted to the next environment.
versions:
---
katello-0.1.243-1.git.0.a066880.el6.noarch
katello-cli-0.1.57-1.git.0.4e2dd9a.el6.noarch
pulp-0.0.266-1.el6.noarch
candlepin-0.5.20-1.el6.noarch
---
Description of problem: In recent state of Katello there is thrown an error (no details in: {pulp.log,catalina.out,production.log}) during promoting an errata. --- Changeset [ cs_Dev2 ] promotion failed: undefined method `merge' for #<JSON::Ext::Generator::State:0x7fef87937550> Version-Release number of selected component (if applicable): katello-cli-0.1.54-3.el6.noarch katello-0.1.235-2.el6.noarch pulp-0.0.265-1.el6.noarch candlepin-0.5.18-1.el6.noarch How reproducible: always Steps to Reproduce: Do following from Katello cli shell: --- > org create --name "Zoo Corporation" > client remember --option org --value "Zoo Corporation" > provider create --name Zoo > product create --name Zoo --provider Zoo > repo create --product Zoo --url http://inecas.fedorapeople.org/fakerepos/zoo/ --name zoo-repo > environment create --name Dev --prior Library > changeset create --name cs_Dev1 --environment Dev > changeset update --add_product Zoo --name cs_Dev1 --environment Dev > changeset promote --name cs_Dev1 --environment Dev > repo synchronize --name zoo-repo --product Zoo > errata list --repo zoo-repo --product Zoo > changeset update --from_product Zoo --add_erratum RHEA-2012:0002 --name cs_Dev2 --environment Dev > changeset promote --name cs_Dev2 --environment Dev --- but despite of the error the promotion is done. --- > errata info --repo zoo-repo --product Zoo --environment Dev --id RHEA-2012:0002 Actual results: Exception thrown (however promotion is done) Expected results: no exception, clean output ;) Additional info: