Files in new UDFs are not uploaded due to filtering
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Ubuntu One Client | Status tracked in Trunk | |||||
Stable-2-0 |
Fix Released
|
Critical
|
Guillermo Gonzalez | |||
Stable-3-0 |
Fix Released
|
Critical
|
Guillermo Gonzalez | |||
Trunk |
Fix Released
|
Critical
|
Guillermo Gonzalez | |||
ubuntuone-client (Ubuntu) |
Fix Released
|
High
|
dobey | |||
Oneiric |
Fix Released
|
High
|
Unassigned | |||
Precise |
Fix Released
|
High
|
dobey |
Bug Description
TEST CASE:
1. Create new folder in home directory
2. Put some files there
3. u1sdtool --create-
4. Check on the web ui that the files started to upload
Actual results:
No files are uploaded, a restart is required for SD to pick up files
Expected results:
Files are uploaded immediately
<facundobatista> we're filtering out the events on a freshly created UDF
The log contains:
2011-10-07 14:21:00,813 - ubuntuone.
Observed on Oneiric (2.0.0-0ubuntu1) and Windows client 2.0.1
Related branches
- Facundo Batista (community): Approve
- Joshua Hoover (community): Approve (tested)
-
Diff: 162 lines (+49/-10)3 files modifiedtests/syncdaemon/test_interaction_interfaces.py (+4/-0)
tests/syncdaemon/test_vm.py (+28/-0)
ubuntuone/syncdaemon/volume_manager.py (+17/-10)
- Facundo Batista (community): Approve
-
Diff: 158 lines (+47/-9)3 files modifiedtests/syncdaemon/test_interaction_interfaces.py (+4/-0)
tests/syncdaemon/test_vm.py (+28/-0)
ubuntuone/syncdaemon/volume_manager.py (+15/-9)
- Facundo Batista (community): Approve
-
Diff: 122 lines (+43/-9)2 files modifiedtests/syncdaemon/test_vm.py (+28/-0)
ubuntuone/syncdaemon/volume_manager.py (+15/-9)
- Facundo Batista (community): Approve
- Curtis Caravone (community): Approve
-
Diff: 13 lines (+1/-2)1 file modifiedubuntuone/syncdaemon/volume_manager.py (+1/-2)
tags: | added: chicharra u1-oneiric-sru |
Changed in ubuntuone-client (Ubuntu): | |
importance: | Undecided → High |
milestone: | none → oneiric-updates |
Changed in ubuntuone-client: | |
status: | New → Confirmed |
tags: | added: support u1-sru |
Changed in ubuntuone-client: | |
assignee: | nobody → Ubuntu One Foundations+ team (ubuntuone-foundations+) |
importance: | High → Critical |
Changed in ubuntuone-client: | |
assignee: | Ubuntu One Foundations+ team (ubuntuone-foundations+) → Guillermo Gonzalez (verterok) |
status: | Confirmed → In Progress |
Changed in ubuntuone-client (Ubuntu Oneiric): | |
milestone: | none → oneiric-updates |
Changed in ubuntuone-client (Ubuntu): | |
milestone: | oneiric-updates → precise-alpha-2 |
Changed in ubuntuone-client (Ubuntu Oneiric): | |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in ubuntuone-client (Ubuntu Precise): | |
assignee: | nobody → Rodney Dawes (dobey) |
tags: | removed: u1-oneiric-sru |
tags: | added: u1-oneiric-sru |
The problem is that the UDF is unsubscribed during LR, and that triggers the filter to avoid events from unsubscribed volumes in Sync.