Skip to content

Commit

Permalink
Fixes #37998 - deb-repos not shown on host repo-set
Browse files Browse the repository at this point in the history
  • Loading branch information
m-bucher committed Nov 14, 2024
1 parent 0f83665 commit 06025be
Show file tree
Hide file tree
Showing 7 changed files with 112 additions and 4 deletions.
3 changes: 2 additions & 1 deletion app/services/katello/product_content_finder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ def product_content
structured_apt_roots = roots.where(:content_id => nil)
if structured_apt_roots.any?
deb_repos_query = Katello::Repository.where(root: structured_apt_roots)
deb_repos = match_environment ? deb_repos_query.where(content_view_version: versions, environment: consumable.environment) : deb_repos_query.where(:library_instance_id => nil)
environment = consumable.respond_to?(:environment) ? consumable.environment : consumable.content_view_environments.select(:environment_id).map(&:environment_id)
deb_repos = match_environment ? deb_repos_query.where(content_view_version: versions, environment: environment) : deb_repos_query.where(:library_instance_id => nil)
content_ids += deb_repos.pluck(:content_id)
end

Expand Down
4 changes: 4 additions & 0 deletions test/fixtures/models/katello_content_view_repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ library_view_debian_10_amd64:
content_view_id: <%= ActiveRecord::FixtureSet.identify(:library_view) %>
repository_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64) %>

library_view_acme_debian_10_amd64:
content_view_id: <%= ActiveRecord::FixtureSet.identify(:acme_default) %>
repository_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64_dev) %>

library_view_rhel_6_x86_64:
content_view_id: <%= ActiveRecord::FixtureSet.identify(:acme_default) %>
repository_id: <%= ActiveRecord::FixtureSet.identify(:rhel_6_x86_64) %>
Expand Down
34 changes: 33 additions & 1 deletion test/fixtures/models/katello_contents.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,35 @@
deb_content:
name: debian
label: debian
cp_content_id: 110
organization_id: <%= ActiveRecord::FixtureSet.identify(:empty_organization) %>
content_url: /custom/Debian_12/Debian_12_amd64_main/?comp=main&rel=bookworm
content_type: "deb"

deb_content_v1:
name: debian
label: debian
cp_content_id: 111
organization_id: <%= ActiveRecord::FixtureSet.identify(:empty_organization) %>
content_url: /custom/Debian_12/Debian_12_amd64_main/?comp=main&rel=bookworm
content_type: "deb"

deb_content_v2:
name: debian
label: debian
cp_content_id: 112
organization_id: <%= ActiveRecord::FixtureSet.identify(:empty_organization) %>
content_url: /custom/Debian_12/Debian_12_amd64_main/?comp=main&rel=bookworm
content_type: "deb"

deb_content_v3:
name: debian
label: debian
cp_content_id: 113
organization_id: <%= ActiveRecord::FixtureSet.identify(:empty_organization) %>
content_url: /custom/Debian_12/Debian_10_amd64_main/?comp=main&rel=buster
content_type: "deb"

some_content:
name: Fedora
cp_content_id: 1
Expand All @@ -12,4 +44,4 @@ rhel_content:
cp_content_id: 69
organization_id: <%= ActiveRecord::FixtureSet.identify(:empty_organization) %>
content_url: /content/dist/rhel/server/$releasever/$basearch/os
content_type: "yum"
content_type: "yum"
6 changes: 5 additions & 1 deletion test/fixtures/models/katello_pool_products.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ basic_redhat:
pool_id: <%= ActiveRecord::FixtureSet.identify(:pool_one) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:redhat) %>

basic_debian:
pool_id: <%= ActiveRecord::FixtureSet.identify(:pool_one) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>

other_sub_fedora:
pool_id: <%= ActiveRecord::FixtureSet.identify(:pool_two) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:fedora) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:fedora) %>
20 changes: 20 additions & 0 deletions test/fixtures/models/katello_product_contents.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,23 @@ rhel_content:
content_id: <%= ActiveRecord::FixtureSet.identify(:rhel_content) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:redhat) %>
enabled: false

debian_content:
content_id: <%= ActiveRecord::FixtureSet.identify(:deb_content) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
enabled: false

debian_content_v1:
content_id: <%= ActiveRecord::FixtureSet.identify(:deb_content_v1) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
enabled: false

debian_content_v2:
content_id: <%= ActiveRecord::FixtureSet.identify(:deb_content_v2) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
enabled: false

debian_content_v3:
content_id: <%= ActiveRecord::FixtureSet.identify(:deb_content_v3) %>
product_id: <%= ActiveRecord::FixtureSet.identify(:debian) %>
enabled: false
12 changes: 12 additions & 0 deletions test/fixtures/models/katello_repositories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ debian_9_amd64:
debian_10_amd64:
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64_root) %>
pulp_id: Debian_10
content_id: 110
relative_path: 'ACME_Corporation/library/debian_10_label'
environment_id: <%= ActiveRecord::FixtureSet.identify(:library) %>
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:library_default_version) %>
Expand All @@ -36,6 +37,7 @@ debian_10_dev_library_view:
library_instance: debian_10_amd64
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64_root) %>
pulp_id: debian_10_dev_library_view
content_id: 112
relative_path: 'ACME_Corporation/dev/debian_10_library_library_view_label'
environment_id: <%= ActiveRecord::FixtureSet.identify(:dev) %>
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:library_view_version_2) %>
Expand All @@ -44,6 +46,7 @@ debian_10_amd64_dev:
library_instance: debian_10_amd64
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64_root) %>
pulp_id: 12
content_id: 111
relative_path: 'ACME_Corporation/dev/debian_10_dev_label'
environment_id: <%= ActiveRecord::FixtureSet.identify(:dev) %>
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:library_dev_view_version) %>
Expand Down Expand Up @@ -310,6 +313,15 @@ busybox_view2:
environment_id:
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:library_view_version_2) %>

debian_10_amd64_composite_view_version_1:
library_instance: debian_10_amd64
root_id: <%= ActiveRecord::FixtureSet.identify(:debian_10_amd64_root) %>
pulp_id: 8_deb_composite_version1
content_id: 113
relative_path: 'ACME_Corporation/library/composite/debian_10_label'
environment_id: <%= ActiveRecord::FixtureSet.identify(:library) %>
content_view_version_id: <%= ActiveRecord::FixtureSet.identify(:composite_view_version_1) %>

rhel_6_x86_64_composite_view_version_1:
library_instance: rhel_6_x86_64
root_id: <%= ActiveRecord::FixtureSet.identify(:rhel_6_x86_64_root) %>
Expand Down
37 changes: 36 additions & 1 deletion test/services/product_content_finder_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,13 @@ class ProductContentFinderTestBase < ActiveSupport::TestCase
def setup
@product1 = katello_products(:fedora)
@product2 = katello_products(:redhat)
@product3 = katello_products(:debian)

@repo1 = katello_repositories(:fedora_17_x86_64)
@repo2 = katello_repositories(:rhel_7_x86_64)
@repo2_cv = katello_repositories(:rhel_6_x86_64_composite_view_version_1)
@repo3 = katello_repositories(:debian_10_amd64)
@repo4 = katello_repositories(:debian_10_amd64_dev)

#@repo1's content is already in fixtures
[@repo2].each do |repo|
Expand All @@ -31,16 +34,20 @@ def test_all

assert product_content.any? { |pc| pc.content.cp_content_id == @repo1.content_id }
assert product_content.any? { |pc| pc.content.cp_content_id == @repo2.content_id }
assert product_content.any? { |pc| pc.content.cp_content_id == @repo3.content_id }
refute product_content.any? { |pc| pc.content.cp_content_id == @repo4.content_id }
end

def test_match_subs
@key.expects(:products).returns([@product1])
@key.expects(:products).returns([@product1, @product3])

pcf = Katello::ProductContentFinder.new(:consumable => @key, :match_subscription => true)
product_content = pcf.product_content

assert product_content.any? { |pc| pc.content.cp_content_id == @repo1.content_id }
refute product_content.any? { |pc| pc.content.cp_content_id == @repo2.content_id }
assert product_content.any? { |pc| pc.content.cp_content_id == @repo3.content_id }
refute product_content.any? { |pc| pc.content.cp_content_id == @repo4.content_id }
end

def test_match_environments
Expand All @@ -59,4 +66,32 @@ def test_match_environments
assert product_content.any? { |pc| pc.content.cp_content_id == @repo2.content_id }
end
end


Check failure on line 70 in test/services/product_content_finder_test.rb

View workflow job for this annotation

GitHub Actions / Rubocop / Rubocop

Layout/EmptyLines: Extra blank line detected.
class ProductContentFinderHostSubscriptionTest < ProductContentFinderActivationKeyTest

Check failure on line 71 in test/services/product_content_finder_test.rb

View workflow job for this annotation

GitHub Actions / Rubocop / Rubocop

Layout/EmptyLineBetweenDefs: Expected 1 empty line between class definitions; found 2.
def setup
super
@key = katello_subscription_facets(:one)
end

def test_match_environments
repo5 = katello_repositories(:debian_10_amd64_composite_view_version_1)
cves = ::Katello::ContentViewEnvironment.where(environment_id: @repo2_cv.environment,
content_view_id: @repo2_cv.content_view)

@key.stubs(:content_view_environments).returns(cves)

#Katello::Repository.where(:root => Katello::RootRepository.where(:content_id => @repo1.content_id),
# :content_view_version_id => @key.content_view.version(@key.environment)).destroy_all

pcf = Katello::ProductContentFinder.new(:consumable => @key, :match_environment => true)
product_content = pcf.product_content

refute product_content.any? { |pc| pc.content.cp_content_id == @repo1.content_id }
assert product_content.any? { |pc| pc.content.cp_content_id == @repo2.content_id }
refute product_content.any? { |pc| pc.content.cp_content_id == @repo3.content_id }
refute product_content.any? { |pc| pc.content.cp_content_id == @repo4.content_id }
assert product_content.any? { |pc| pc.content.cp_content_id == repo5.content_id }
end
end
end

0 comments on commit 06025be

Please sign in to comment.