Page MenuHomePhorge

Detect and display sync count inconsistency
Needs RevisionPublic

Authored by mollekopf on Fri, Sep 20, 11:44 AM.

Details

Reviewers
machniak
Group Reviewers
Syncroton Developers

Diff Detail

Repository
rS syncroton
Branch
master
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 50394
Build 18417: arc lint + arc unit

Event Timeline

mollekopf created this revision.

This works for the INBOX case I'm looking at, but it shows large differences on a Trash folder. I'm not sure if we also have to take syncroton_synckey.pendingdata into account (that's null in my case though), and maybe other things?

machniak subscribed.

Maybe looking at syncroton_content.creation_synckey value would sometimes be useful. Maybe list uids of messages synced in the last batch (SyncKey).

bin/inspect.php
223

AND is_deleted=0

This revision now requires changes to proceed.Fri, Sep 20, 1:45 PM