** Description changed: Most of the users experiencing bug LP:650671 have stale metadata info with None as the free space. This causes syncdaemon to emit QuotaExceeded for each and every file added to the storage. This happens since None < 0 == True. I believe syncdaemon should not react that bad upon its own outdated metadata. ---- TEST CASE: 1. Open Applications > Accessories > Terminal and run: u1sdtool -q cd /tmp wget https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/671023/+attachment/1871093/+files/671023_test.py python 671023_test.py u1sdtool -c - echo "test" > ~/Ubuntu One/671023.txt + echo "test" > ~/Ubuntu \One/671023.txt Result: Syncdaemon emits QuotaExceeded and pop up message is displayed about being over quota Expected result: Syncdaemon doesn't emit QuotaExceeded and pop up message about being over quota isn't displayed ----
** Description changed: Most of the users experiencing bug LP:650671 have stale metadata info with None as the free space. This causes syncdaemon to emit QuotaExceeded for each and every file added to the storage. This happens since None < 0 == True. I believe syncdaemon should not react that bad upon its own outdated metadata. ---- TEST CASE: 1. Open Applications > Accessories > Terminal and run: u1sdtool -q cd /tmp wget https://bugs.launchpad.net/ubuntu/+source/ubuntuone-client/+bug/671023/+attachment/1871093/+files/671023_test.py python 671023_test.py u1sdtool -c - echo "test" > ~/Ubuntu \One/671023.txt + echo "test" > ~/Ubuntu\ One/671023.txt Result: Syncdaemon emits QuotaExceeded and pop up message is displayed about being over quota Expected result: Syncdaemon doesn't emit QuotaExceeded and pop up message about being over quota isn't displayed ---- -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/671023 Title: Volume info with None as the free space causes syncdaemon to emit QuotaExceeded -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
