Bug 861562
| Summary: | Package count keeps increasing upon hitting http 403 error while updating | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Pratyush Sahay <pratyush.a.sahay> | ||||
| Component: | yum | Assignee: | Fedora Packaging Toolset Team <packaging-team> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | ffesti, maxamillion, packaging-team, tim.lauridsen, zpavlas | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2012-10-01 09:32:22 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
*** This bug has been marked as a duplicate of bug 854075 *** |
Created attachment 618901 [details] screenshot showing the bug described Description of problem: While doing yum update, yum shows a fraction (current package being updated / total no. of package). Upon hitting HTTP 403 error, the numerator of the fraction displayed keeps increasing, no matter what the denominator, resulting in scenarios like: 234/118 package being updated. Refer screenshot attached. Version-Release number of selected component (if applicable): $rpm -qa | grep yum yum-3.4.3-44.fc18.noarch How reproducible: Whenever HTTP 403 error is hit while updating Steps to Reproduce: 1. yum update 2. If HTTP 403 error is hit, observe the numerator of the fraction displayed 3. Actual results: Expected results: The numerator shouldnt increase upon hitting HTTP 403 error. Additional info: