summaryrefslogtreecommitdiff
path: root/common/src/leap/soledad/common/tests
AgeCommit message (Expand)Author
2015-02-11Retry on SQLCipher timeout (#6625).drebs
2015-02-11Use Twisted trial for running tests.drebs
2015-02-11Adapt tests for new api.drebs
2015-02-11Adapt sqlcipher tests to new api.drebs
2015-02-11Separate soledad interfacesKali Kaneko
2014-12-08Add encryption scheme, method and iv to symmetrically encrypted document MAC ...drebs
2014-08-12Fix bits from pullreq review.drebs
2014-08-08Add salt for sync sb key derivation.drebs
2014-08-08Fix tests after many changes in client.drebs
2014-07-08Fix tests according to modified sync.drebs
2014-07-02Split tests and fix for new sync (#4710).drebs
2014-06-05Remove close_connections() from tests.drebs
2014-05-23Fix tests for new sync process.drebs
2014-05-22Allow for interrupting and recovering sync (#5571).drebs
2014-04-10Prevent file descriptor leaks on tests.drebs
2014-04-09Prevent couch instantiation from creating the db (#5386).drebs
2014-03-12Prevent Soledad server from creating or deleting couch databases (#3502).drebs
2014-03-11Make resolve_doc() not use a design document.drebs
2014-03-11Use less memory when putting docs on couch. Closes #5011.drebs
2014-01-20Make couch tests use only one couch instance.drebs
2014-01-20Add test for syncing many small documents (#4836).drebs
2014-01-20Allow sync of large files (~100MB) (#4836).drebs
2014-01-17Improve error reporting on couch backend design documents access failure (#49...drebs
2013-12-24Avoid concurrent sync attempts from the same replica in the client (#4451).drebs
2013-12-19Add couch atomicity tests.drebs
2013-12-18Add changes file.drebs
2013-12-18Remove index tests for couch backend.drebs
2013-12-18Fix couch tests to reflect remodelling.drebs
2013-12-18Make couch backend consistent and lightweight.drebs
2013-12-09pep8 happyKali Kaneko
2013-11-21Remove tests dependency on nose2. Closes #4258.drebs
2013-11-19Add MAC verification to recovery document. Closes #4348.drebs
2013-10-28Add shared db locking.drebs
2013-09-18Improve u1db data storage in couch.drebs
2013-09-18 Fix tests that leaked couch instances.drebs
2013-09-18Remove pycrypto as test requirement.drebs
2013-09-18Add couch permission check.drebs
2013-08-21Fix test using new rand prefix.drebs
2013-08-21Split soledad into common, client and server.drebs