Get DatabaseErrorTest to pass
authorKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 26 Nov 2020 18:08:17 +0000 (19:08 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Tue, 15 Dec 2020 09:58:18 +0000 (10:58 +0100)
commit9131a68ec4216e24b19cdfbbcffc089b85bb1674
tree2a5f64a4dfb738d31822c474901490cf4dc39023
parentbb9ce8db215542d051a999bb86161d84ae2249ce
Get DatabaseErrorTest to pass

The E2EE code path would get the engine to go wrong in case of db error.
It's just better to have a failing upload or failing mkdir later in those
cases.

Emitting signals from a ctor is a bad idea anyway

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/libsync/propagateremotemkdir.cpp
src/libsync/propagateupload.cpp