Backport #9584
closed
Backport 9542 to pulpcore 3.15
Status:
CLOSED - CURRENTRELEASE
Description
We would like to request that 9542 be backported to pulpcore 3.15 so that it can be included in automation hub 4.4.
- Tracker changed from Issue to Backport
- % Done set to 0
- Severity deleted (
2. Medium)
- Groomed deleted (
No)
- Related to Issue #9542: Repositories with packages in common (same hash) redownload the file even if it is already in the artifact folder added
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Status changed from ASSIGNED to POST
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
- Sprint/Milestone set to 3.15.3
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Also available in: Atom
PDF
backports Artifact redownloading bug
The
sync_to_async_iterable
wraps the Artifact queryset, but unlike querysets, it can't be reused. This causes subsequent iterations through it to not actually iterate.backports #9542
fixes #9584
(cherry picked from commit a9431560785c5b16c27708928a3dd10763401899)