nextcloud-desktop/csync/tests
Olivier Goffart 6d24bd0361 journaldb: Fix that fileid might be missing in the db
When recovering from a inalid move operation, we call
avoidReadFromDbOnNextSync. This will remove the fileid from the db so
we don't detect a move on the next sync.  But we want the next sync to fetch
the file id again, and this can only happen if we don't read them
from the db and do the actual PROPFIND, this is done by avoidReadFromDbOnNextSync

However, if there is propagation in that source directory later, it
will overide the invalid etag with the real one and we will not uissue the PROPFIND
to fetch the fileid.
We must therefore also protect the future write to the DB when calling
avoidReadFromDbOnNextSync
2014-08-07 12:14:45 +02:00
..
csync_tests csync test: fix warning 2014-06-17 14:16:42 +02:00
encoding_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
httpbf_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
log_tests Add missing license headers in tests 2014-02-24 11:08:58 +01:00
ownCloud journaldb: Fix that fileid might be missing in the db 2014-08-07 12:14:45 +02:00
std_tests CSync: Remove unused std functions 2014-06-04 10:33:19 +02:00
vio_tests csync: Remove outdated tests 2014-02-28 16:43:15 +01:00
CMakeLists.txt CSync: Remove unused std functions 2014-06-04 10:33:19 +02:00
cmdline.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.c Add missing license headers in tests 2014-02-24 11:08:58 +01:00
torture.h Add missing license headers in tests 2014-02-24 11:08:58 +01:00
valgrind-csync.supp Move csync in order to merge it with mirall 2014-01-13 14:39:50 +01:00