Bug #29389
Migration fails on 20200129172534_add_epoch_version_release_arch_to_katello_installed_packages.rb
Description
Migration fails with the following call stack:
Caused by: NoMethodError: undefined method `[]=' for nil:NilClass /home/vagrant/katello/db/migrate/20200129172534_add_epoch_version_release_arch_to_katello_installed_packages.rb:17:in `block in up' /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/batches.rb:70:in `block (2 levels) in find_each' /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/batches.rb:70:in `each' /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/batches.rb:70:in `block in find_each' /home/vagrant/foreman/.vendor/ruby/2.5.0/gems/activerecord-5.2.1/lib/active_record/relation/batches.rb:136:in `block in find_in_batches'
This is caused because a package:
#<Katello::InstalledPackage:0x000000001064ce58 id: 343, name: "gpg-pubkey", nvra: "gpg-pubkey-d4082792-5b32db75.">,
which does not return a valid nvrea.
Associated revisions
History
#1
Updated by Samir Jha about 3 years ago
- Triaged changed from No to Yes
- Target version set to Katello 3.15.0
#2
Updated by The Foreman Bot about 3 years ago
- Assignee set to Justin Sherrill
- Status changed from New to Ready For Testing
- Pull request https://github.com/Katello/katello/pull/8635 added
#3
Updated by The Foreman Bot about 3 years ago
- Fixed in Releases Katello 3.16.0 added
#4
Updated by Justin Sherrill about 3 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|189008ec3208d8967abbca4bb76592f08b9c6d57.
Fixes #29389 - allow nevra parsing to handle empty arch
as gpg-pubkey installed certs can have a nil arch