-
Task
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
sat-artemis
-
3
-
False
-
Artemis Sprint 161, Artemis Sprint 162
-
None
Second pull request: https://github.com/Katello/katello/pull/11641
Since https://github.com/theforeman/pulpcore-packaging/pull/2319 merged, we need to bump pulp-deb bindings from 3.7 to 3.8. Issue though, there's an error with one of the tests with the new bindings:
Error:
Katello::Service::Repository::Apt::RefreshDistributionTest#test_updates:
NoMethodError: undefined method `find' for nil:NilClass
/home/vagrant/katello/app/services/katello/pulp3/task.rb:84:in `task_group_href'
/home/vagrant/katello/test/support/pulp3_support.rb:51:in `block in wait_on_task'
/home/vagrant/katello/test/support/pulp3_support.rb:49:in `each'
/home/vagrant/katello/test/support/pulp3_support.rb:49:in `wait_on_task'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `block in test_updates'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `each'
/home/vagrant/katello/test/services/katello/pulp3/repository/apt/refresh_test.rb:40:in `test_updates'
/home/vagrant/katello/test/support/vcr.rb:24:in `block in run'
/home/vagrant/katello/test/support/vcr.rb:23:in `run'
This task is upstream-only. We also need to rerecord VCR bindings.