|
Bugzilla – Full Text Bug Listing |
| Summary: | media-based dist-upgrade time prediction is wrong | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 12.1 | Reporter: | Bernhard Wiedemann <bwiedemann> |
| Component: | YaST2 | Assignee: | Ladislav Slezák <lslezak> |
| Status: | RESOLVED WONTFIX | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Minor | ||
| Priority: | P4 - Low | ||
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | System Test | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bernhard Wiedemann
2011-08-22 14:38:05 UTC
Actually the time estimation code is already quite complex, it uses installed bytes per second for estimation (computed dynamically). This can be affected by small packages which have long running post-install scripts. It has also some "pessimistic factor" as RPM gets slower when more packages are installed so the estimation is not linear, it contains minimal and maximum time constants, ... The fast SSD might also cause some inaccuracy as package installation is fast but the post install scripts take relatively much time so the target time gets more accurate later. The code is really complex and to be honest I don't dare to touch it (moreover I'm not the original author) - I guess that fixing this case would break some other case... Anyway it is just an estimation, it cannot be perfect (because of post install scripts, possible network speed changes, DVD medium read retries, etc...) Resolving as WONTFIX, sorry. |