RobbiNespu / moloko

Automatically exported from code.google.com/p/moloko
GNU General Public License v3.0
0 stars 0 forks source link

The same taskseries with updated and deleted tasks leads to database exception #48

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create task
2.Modify task in web-based RTM
3.Perform manual sync in Moloko

What is the expected output? What do you see instead?
Task changes (task, due date, etc) should be synced.  Instead, pre-existing 
tasks remain unchanged.

What version of the product are you using? On what operating system?
0.15.2b on Android 2.3.3

Please provide any additional information below.

Original issue reported on code.google.com by port23u...@gmail.com on 27 Oct 2011 at 4:36

GoogleCodeExporter commented 9 years ago
To track this down, I need a Moloko device log. Could you please send me your 
log file after you did a manual sync in Moloko? To send go to Moloko -> 
Settings -> Send log to developer.

Thanks.

Original comment by ronny.roehricht on 27 Oct 2011 at 5:23

GoogleCodeExporter commented 9 years ago
There is problem in the sync logic for incoming syncs that arises if the 
following happens:

- Create new task with recurrence "after" -> new taskseries1 + task1 is created
- Complete the task1 -> task1 is completed, new task2 is created due to "after"
- Delete task1

In the incoming sync we have the taskseries1 now two times. First with the new 
created task2 then with the deleted task1. This case leads to updating and 
deleting the same taskseries.

Original comment by ronny.roehricht on 28 Oct 2011 at 6:09

GoogleCodeExporter commented 9 years ago

Original comment by ronny.roehricht on 28 Oct 2011 at 6:14

GoogleCodeExporter commented 9 years ago

Original comment by ronny.roehricht on 30 Oct 2011 at 8:17

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r510.

Original comment by ronny.roehricht on 30 Oct 2011 at 11:15