Activity log for bug #1507886

Date Who What changed Old value New value Message
2015-10-20 06:20:06 Harald Sitter bug added bug
2015-10-20 06:20:19 Harald Sitter nominated for series Ubuntu Vivid
2015-10-20 06:20:19 Harald Sitter bug task added ubuntu-release-upgrader (Ubuntu Vivid)
2015-10-20 06:20:24 Harald Sitter ubuntu-release-upgrader (Ubuntu): status Triaged Fix Released
2015-10-20 06:20:27 Harald Sitter ubuntu-release-upgrader (Ubuntu Vivid): status New Triaged
2015-10-20 06:20:29 Harald Sitter ubuntu-release-upgrader (Ubuntu Vivid): importance Undecided Critical
2015-10-20 09:17:23 Harald Sitter description # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions entirely defuncing the fetcher rendering upgrades with the KDE UI impossible. This was fixed in https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:15.10.4 and needs to be SRU'd into vivid as it also suffers from the problem. # Test Case - run `kdesudo -- do-release-upgrade -m desktop -f DistUpgradeViewKDE` - should come up with installer # Regression Potential None. Fetcher currently crashes 10/10 times # Other Info In testing I didn't actually get the fetcher UI itself to display, so I expect there is more wrong. It would however be a good start to not have it crash. # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions to entirely defunc the fetcher rendering upgrades with the KDE UI impossible. NB: this only happens iff there was a problem getting the release notes to begin with. This was fixed in https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:15.10.4 and needs to be SRU'd into vivid as it also suffers from the problem. # Test Case - run `kdesudo -- do-release-upgrade -m desktop -f DistUpgradeViewKDE` - should come up with installer # Regression Potential Can't break anymore than getting another undefined method exception as we do now. # Other Info In testing I didn't actually get the fetcher UI itself to display, so I expect there is more wrong. It would however be a good start to not have it crash.
2015-10-20 09:25:57 Harald Sitter bug added subscriber Ubuntu Stable Release Updates Team
2015-10-20 09:26:10 Harald Sitter ubuntu-release-upgrader (Ubuntu Vivid): importance Critical Medium
2015-10-21 21:05:44 Chris J Arges ubuntu-release-upgrader (Ubuntu Vivid): status Triaged Fix Committed
2015-10-21 21:05:52 Chris J Arges bug added subscriber SRU Verification
2015-10-21 21:06:01 Chris J Arges tags verification-needed
2015-10-21 21:37:53 Launchpad Janitor branch linked lp:ubuntu/vivid-proposed/ubuntu-release-upgrader
2015-10-22 06:09:41 Harald Sitter description # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions to entirely defunc the fetcher rendering upgrades with the KDE UI impossible. NB: this only happens iff there was a problem getting the release notes to begin with. This was fixed in https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:15.10.4 and needs to be SRU'd into vivid as it also suffers from the problem. # Test Case - run `kdesudo -- do-release-upgrade -m desktop -f DistUpgradeViewKDE` - should come up with installer # Regression Potential Can't break anymore than getting another undefined method exception as we do now. # Other Info In testing I didn't actually get the fetcher UI itself to display, so I expect there is more wrong. It would however be a good start to not have it crash. # Impact DistUpgradeFetcherKDE.py calls self._warning() but in fact _warning is not an instance method of the fetcher but rather a global helper. This causes early unhandled exceptions to entirely defunc the fetcher rendering upgrades with the KDE UI impossible. NB: this only happens iff there was a problem getting the release notes to begin with. This was fixed in https://launchpad.net/ubuntu/+source/ubuntu-release-upgrader/1:15.10.4 and needs to be SRU'd into vivid as it also suffers from the problem. # Test Case - setup a apt-cacher-ng as proxy > $ cat /etc/apt/apt.conf.d/apt-cacher > Acquire::http { Proxy "http://localhost:3142"; }; - run `kdesudo -- do-release-upgrade -m desktop -f DistUpgradeViewKDE` - should come up with installer # Regression Potential Can't break anymore than getting another undefined method exception as we do now. # Other Info In testing I didn't actually get the fetcher UI itself to display, so I expect there is more wrong. It would however be a good start to not have it crash.
2015-10-22 06:13:19 Harald Sitter tags verification-needed verification-done
2015-10-29 17:56:11 Launchpad Janitor ubuntu-release-upgrader (Ubuntu Vivid): status Fix Committed Fix Released
2015-10-29 17:56:15 Brian Murray removed subscriber Ubuntu Stable Release Updates Team