jasminb / megastoragemanager

Android application providing sync and data management tools for mega cloud storage
5 stars 2 forks source link

Locally modified file not synced to cloud #42

Closed ja02 closed 9 years ago

ja02 commented 9 years ago
  1. Create cloud folder F1 containing single non-empty file *f0.txt".
  2. Create two-way sync to local device, trigger sync process and wait until it finishes. f0.txt gets downloaded.
  3. Modify f0.txt locally by adding some arbitrary text to it.
  4. Trigger sync process and wait until it finishes.

* Expected:* The copy of the file in the cloud is updated. Sync progress indicator shows 100% at the end of the process. * Error:* The copy of the file in the cloud is not updated. Sync progress indicator shows random value below 100%.

Please note that a similar scenario works OK with an one way sync (local modification is synced to cloud).

ja02 commented 9 years ago

Solved in 2.2.3-test3.

ja02 commented 9 years ago

Happened again in 2.2.3-test5.

ja02 commented 9 years ago

Solved in 2.2.4-test1.