Project

General

Profile

Actions

Bug #30755

closed

Pulp 2 composite content view version missing modular rpm compared to Pulp 3 after incremental update

Added by Ian Ballou over 4 years ago. Updated about 4 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Category:
Content Views
Target version:
Difficulty:
Triaged:
Yes
Fixed in Releases:
Found in Releases:

Description

The BATS tests have a new check for content inside of a composite content view. There is a slight difference between Pulp 2 and Pulp 3 -- the whale-0.2-1.noarch.rpm package is missing from the Pulp 2 composite content view. I suspect this is a bug.

To reproduce, run the BATS tests on a Katello server that is using Pulp 2 for all content types.

Get the CVV id with:

cvv_id=$(hammer --csv --no-headers content-view version list --organization="${ORGANIZATION}" \
 | grep "Composite 1.1" | cut -d, -f1)

Run hammer package list:

hammer package list --content-view-version-id=$cvv_id --order='name DESC' --fields='filename'

There should be two instances of whale-0.2-1.noarch.rpm, but there isn't.

Also, double check that it isn't Pulp 3 that is incorrect.

Actions

Also available in: Atom PDF