Actions
Issue #4895
closedAs a user, I can see in a sync task report how much work is left to do
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
Yes
Sprint Candidate:
No
Tags:
Katello
Sprint:
Sprint 53
Quarter:
Description
current file remote sync tasks do not provide a 'total' before everything is processed, it would be great if they could!
Related issues
Updated by jsherril@redhat.com over 5 years ago
- Related to Story #4503: As a user, I can see in a sync task report how much work is left to do added
Updated by bmbouter over 5 years ago
- Status changed from NEW to ASSIGNED
- Assignee set to bmbouter
- Groomed changed from No to Yes
- Sprint set to Sprint 53
Adding to sprint and grooming on the basis that it's a P1
Added by bmbouter over 5 years ago
Updated by bmbouter over 5 years ago
- Status changed from ASSIGNED to POST
PR available at: https://github.com/pulp/pulp_file/pull/237
Updated by bmbouter over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset ff35e7359bd6bfb51f756e0aead2f8a6eab3e929.
Updated by kersom over 5 years ago
- Related to Test #5273: Test - As a user, I can see in a sync task report how much work is left to do added
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ggainey over 4 years ago
- Tags Katello added
- Tags deleted (
Katello-P1)
Actions
Set total for parsing metadata
The total was not being set. This requires us to read over the file twice, but since downloading can take a long time and that is a very quick operation, it's worth knowing the total early.
https://pulp.plan.io/issues/4895 closes #4895