Actions
Bug #29389
closedMigration 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.
Updated by Samir Jha over 4 years ago
- Target version set to Katello 3.15.0
- Triaged changed from No to Yes
Updated by The Foreman Bot over 4 years ago
- Status changed from New to Ready For Testing
- Assignee set to Justin Sherrill
- Pull request https://github.com/Katello/katello/pull/8635 added
Updated by The Foreman Bot over 4 years ago
- Fixed in Releases Katello 3.16.0 added
Updated by Justin Sherrill over 4 years ago
- Status changed from Ready For Testing to Closed
Applied in changeset katello|189008ec3208d8967abbca4bb76592f08b9c6d57.
Actions