Bug 437670

Summary: Bad estimation of time remaining
Product: [Fedora] Fedora Reporter: Horst H. von Brand <vonbrand>
Component: python-urlgrabberAssignee: Jeremy Katz <katzj>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: ffesti, james.antill, katzj, pmatilai, tim.lauridsen
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: python-urlgrabber-0:3.0.0-6.fc9.noarch Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-15 20:44:02 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Horst H. von Brand 2008-03-16 02:46:09 UTC
Description of problem:
Today I installed java-1.6.0-openjdk. The dowload failed halfway through, and
after restaring yum it continued the download (great! it used to start from the
beginning), it estimated a remaining time of 0:01 (no, my Internet connection is
not /that/ fast!)

Version-Release number of selected component (if applicable):
yum-3.2.12-4.fc9.noarch

How reproducible:
No idea.


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 James Antill 2008-03-17 01:52:10 UTC
 Yeh, it's a "know" bug that urlgrabber doesn't know the difference between what
it's downloaded and what was there to start with.
 However it gets better over time, so after 10-30 seconds it'll know how fast
you are actually downloading and will give correct times.
 Not sure if this is worth trying to fix.


Comment 2 Horst H. von Brand 2008-03-17 17:35:03 UTC
OK, I thought as much.

Comment 3 James Antill 2008-04-15 20:44:02 UTC
 I fixed this with a couple of other things.