summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2017-12-19[test] use producer in all fs backend testsdrebs
2017-12-19[benchmarks] multiply by 10 the number of blobs in fs backend benchmarksdrebs
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-13[test] fix incoming test with the new async blobs backenddrebs
2017-12-13[bug] handle path exceptions using twisted failuresdrebs
2017-12-13[refactor] make read_blob() return a deferreddrebs
2017-12-13[refactor] make get_tag() return a deferreddrebs
2017-12-13[refactor] make get_total_storage() return a deferreddrebs
2017-12-13[refactor] make list_blobs() return a deferreddrebs
2017-12-13[refactor] make count() return a deferreddrebs
2017-12-13[refactor] make get_blob_size() return a deferreddrebs
2017-12-13[refactor] make delete_blob() return a deferreddrebs
2017-12-13[refactor] make blobs backend delete_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend write_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend read_blob() agnostic of twisted.webdrebs
2017-12-13[refactor] make blobs backend list_blobs() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend get_flags() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend count() agnostic of twisted.web requestsdrebs
2017-12-12[bug] use namespace when uploading blobsdrebs
2017-12-12[test] fix bug in blobs fs backend benchmark testdrebs
2017-12-11[benchmark] add read/write benchmark for blobs fs backenddrebs
2017-12-01[feature] adds a stream downloaderVictor Shyba
2017-12-01[feature] add implementation for get_blob_sizeVictor Shyba
2017-12-01[test] init StreamingResource on test_blobs_serverVictor Shyba
2017-12-01[feature] add a streaming resourceVictor Shyba
2017-11-30[style] remove public get/set blob priority methodsdrebs
2017-11-30[feature] add priorities for blob transfersdrebs
2017-11-22[refactor] simplify decorated test parametersVictor Shyba
2017-11-22[test] improve isolation by avoiding _all_dbsVictor Shyba
2017-11-22[test] avoid collision when running fs backend tests in paralleldrebs
2017-11-22[bug] remove SOLEDAD_COUCH_URL test envVictor Shyba
2017-11-22[bug] fix logging while checking CouchDB schema versions on server startupdrebs
2017-11-20[test] avoid failing when there's no couch_url in environment variabledrebs
2017-11-20[test] always use a tempdir for server fixture config filedrebs
2017-11-19[test] use environment to pass the couch_url to server TAC testdrebs
2017-11-19[feature] allow setting couchdb url from environmentdrebs
2017-11-19[test] TAC test now checks for server (with retries)drebs
2017-11-14[bug] wait for checks before running serversdrebs
2017-11-14[refactor] rename entrypoints to match design docsdrebs
2017-11-13[style] fixes from code reviewVictor Shyba
2017-11-13[feature] support unsynced local_only blobsVictor Shyba
2017-11-13[feature] apply deletions from serverVictor Shyba
2017-11-13[feature] list deleted files from serverVictor Shyba
2017-11-10[bug] mark deletion as pending_delete if offlineVictor Shyba
2017-11-09[tests] remove revision when copying couch dbsdrebs
2017-11-02[benchmarks] add test controller for scalability testsdrebs
2017-10-31[bug] set errbacks before gathering resultsVictor Shyba
2017-10-31[feat] improve speed of server startupdrebs
2017-10-31[feature] add sync progress attributeVictor Shyba
2017-10-27[bug] there is no retry limit for usual transfersVictor Shyba