summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-10-12[test] remove now unneeded semaphored from benchmarks8978drebs
2017-10-12[feature] make concurrent blob writes configurabledrebs
2017-10-10[test] add docstring for blobs testsdrebs
2017-10-10[test] fix blobs download benchmark testdrebs
2017-10-09[test] rename blobs sqlite benchmarks filedrebs
2017-10-09[test] add blobs upload/download benchmarkdrebs
2017-10-05[bug] fix retries for blobs downloaddrebs
2017-10-05[bug] ensure maximum concurrency on blobs transferdrebs
2017-10-05[bug] set as PROCESSING during processing flowVictor Shyba
2017-10-05[feature] notify, retry and fail from invalid tagVictor Shyba
2017-10-05[feature] retry during upload + proper waitVictor Shyba
2017-10-05[feature] retry during downloadVictor Shyba
2017-10-05[feature] send/fetch missing using local statusesVictor Shyba
2017-10-05[feature] blob get/put handle unavailable statusesVictor Shyba
2017-10-05[feature] improve preamble comparisonsVictor Shyba
2017-10-05[feature] persist pending_download remote listingVictor Shyba
2017-10-05[feature] filter out unavailable blobs on listingVictor Shyba
2017-10-05[feature] concurrent blob download/uploadVictor Shyba
2017-10-03[test] add missing docstrings to some benchmark testsdrebs
2017-09-30[test] fix e2e test call to remote_listdrebs
2017-09-29[bug] check all http response status codesdrebs
2017-09-29[bug] raise when trying to get flags of unexisting blobdrebs
2017-09-20[test] use swaks on e2e testdrebs
2017-09-20[test] remove dependency on numpydrebs
2017-09-20[test] make conftest.py compatible with python3drebs
2017-09-20[test] add e2e test for incoming mail pipelinedrebs
2017-09-20[test] allow for custom user information on soledad_client fixturedrebs
2017-09-17[responsiveness] post seconds blocked to elasticsearchdrebs
2017-09-17[refactor] move tests to root of repositorydrebs
2013-03-07Move source files to subfolder.drebs
2013-02-19Add ability to load configuration from ini file.drebs
2013-02-19Fix soledad temp dir in tests.drebs
2013-02-19Add support for verifying encryption status of data with gpg.drebs
2013-02-13Refactor and fix tests.drebs
2013-02-12Add tests for u1db data storage in couch backend.drebs
2013-02-12PEP8.drebs
2013-02-12Adapt code and tests to use pysqlcipher.drebs
2013-02-10Make couch wrapper terminate subprocess properly.drebs
2013-02-09Merge branch 'develop' into feature/soledad-apidrebs
2013-02-09Remove LeapDatabase because we don't need it (LeapSyncTarget does the job).drebs
2013-02-09SQLCipher backend can sync with remote Leap HTTP target.drebs
2013-02-09Couch server subprocess for tests now waits for returncode to avoid zombie ch...drebs
2013-02-09Soledad may be created without gpg/secret initialization.drebs
2013-02-06Merge branch 'feature/soledad-api' of ssh://code.leap.se/leap_client into fea...drebs
2013-02-06Add DatabaseSyncTargetTests to SQLCipher tests.drebs
2013-02-06Add test scenario for SQLCipher backend using LeapSyncTarget.drebs
2013-02-06SQLCipher syncs using LeapSyncTarget.drebs
2013-02-04Close file handles.drebs
2013-01-31Add support to test_scenarios to test_sqlcipher.drebs
2013-01-31Add ability to close Soledad instance.drebs