lbry-sdk/lbrynet/tests
Jack Robison 446c3a88dc
refactor DHTHashAnnouncer and iterativeAnnounceHaveBlob
-use looping call for running manage function rather than a scheduled
callLater

-track announce speed

-retry store requests that failed up to 3 times

-return a dict of {blob_hash: [storing_node_id]} results from
_announce_hashes

_refreshRoutingTable inline cb refactor

-add and use DeferredLockContextManager

-don't trap errback from iterativeFindNode in iterativeAnnounceHaveBlob
2018-03-28 15:53:45 -04:00
..
dht move Distance to own file 2018-03-28 15:53:45 -04:00
functional rename existing reupload.reflect_stream --> reupload.reflect_file, add a reupload.reflect_stream function 2018-03-19 13:55:11 -04:00
integration Added tests for removing short args in cli 2018-03-06 03:50:12 +05:30
unit refactor DHTHashAnnouncer and iterativeAnnounceHaveBlob 2018-03-28 15:53:45 -04:00
__init__.py moved tests into the lbrynet package 2017-09-28 18:21:26 +01:00
mocks.py update unit tests, add test_SQLiteStorage 2018-02-13 10:27:51 -05:00
util.py Changed AssertionError to ValueError. Skip tests that cannot pass on Android. 2017-10-17 03:15:50 +01:00