[Bug 57004] New: preventing slow syncs must not cause slow syncs
by bugzilla-daemon@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=57004
Priority: highest
Bug ID: 57004
CC: syncevolution-issues(a)syncevolution.org
Assignee: patrick.ohly(a)intel.com
Summary: preventing slow syncs must not cause slow syncs
Severity: normal
Classification: Unclassified
OS: All
Reporter: patrick.ohly(a)gmx.de
Hardware: Other
Status: ASSIGNED
Version: unspecified
Component: SyncML
Product: SyncEvolution
When one source in a sync with multiple sources encounters a slow sync and thus
aborts the sync, the other sources must not be affected. What happens instead
is that they are forced into a slow sync in the next sync.
Steps to reproduce:
syncevolution --configure preventslowsync=1 memotoo_1
syncevolution memotoo_1 eds_contact eds_event
cp -a ~/.config/syncevolution/ ~/.config/syncevolution_old
syncevolution memotoo_1 eds_contact
rm -rf ~/.config/syncevolution
mv ~/.config/syncevolution_old ~/.config/syncevolution
syncevolution memotoo_1 eds_contact
=> prevents slow sync due to wrong anchors on client, as expected
syncevolution memotoo_1 eds_event
=> works
syncevolution memotoo_1 eds_event eds_contact
=> prevents slow sync for eds_contact
syncevolution memotoo_1 eds_event
=> should have worked, but now also encounters slow sync
--
You are receiving this mail because:
You are on the CC list for the bug.