Activity log for bug #801736

Date Who What changed Old value New value Message
2011-06-24 20:03:04 Eric Casteleijn bug added bug
2011-06-24 20:04:21 Launchpad Janitor branch linked lp:~thisfred/ubuntuone-client/fix-progressbar-tests-on-windows
2011-06-24 20:16:08 Eric Casteleijn summary Error when running tests on windows: TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' None reported as 'deflated_size' or 'n_bytes_written'
2011-06-24 20:17:10 Eric Casteleijn description Tests on windows spew out a lot of these errors 2011-06-24 19:17:27,976 - ubuntuone.SyncDaemon.EQ - ERROR - Error encountered while handling: SYS_QUEUE_ADDED in <ubuntuone.syncdaemon.status_listener.StatusListener object at 0x02E93970> Traceback (most recent call last): File "C:\Users\Test\src\ubuntuone-client\ubuntuone\syncdaemon\event_queue.py", line 291, in _dispatch method(**kwargs) File "C:\Users\Test\src\ubuntuone-client\ubuntuone\syncdaemon\status_listener.py", line 91, in handle_SYS_QUEUE_ADDED self.status_frontend.download_started(command) File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 809, in download_started self.aggregator.download_started(command) File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 727, in download_started self.update_progressbar() File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 712, in update_progressbar sum(self.progress.values())) / sum(self.to_do.values()) TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' Tests on windows spew out a lot of these errors: 2011-06-24 19:17:27,976 - ubuntuone.SyncDaemon.EQ - ERROR - Error encountered while handling: SYS_QUEUE_ADDED in <ubuntuone.syncdaemon.status_listener.StatusListener object at 0x02E93970> Traceback (most recent call last):   File "C:\Users\Test\src\ubuntuone-client\ubuntuone\syncdaemon\event_queue.py", line 291, in _dispatch     method(**kwargs)   File "C:\Users\Test\src\ubuntuone-client\ubuntuone\syncdaemon\status_listener.py", line 91, in handle_SYS_QUEUE_ADDED     self.status_frontend.download_started(command)   File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 809, in download_started     self.aggregator.download_started(command)   File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 727, in download_started     self.update_progressbar()   File "C:\Users\Test\src\ubuntuone-client\ubuntuone\status\aggregator.py", line 712, in update_progressbar     sum(self.progress.values())) / sum(self.to_do.values()) TypeError: unsupported operand type(s) for +: 'int' and 'NoneType' This is because something reports a None value for either 'deflated_size' or 'n_bytes_written'.
2011-06-24 20:17:33 Eric Casteleijn ubuntuone-client: importance Low High
2011-06-24 21:39:30 Eric Casteleijn summary None reported as 'deflated_size' or 'n_bytes_written' Handle None reported as 'deflated_size'
2011-06-27 14:40:20 Ubuntu One Auto Pilot ubuntuone-client: status In Progress Fix Committed
2011-07-25 17:13:38 dobey ubuntuone-client: milestone 1.7.1
2011-08-09 20:10:13 dobey ubuntuone-client: status Fix Committed Fix Released