lbry-sdk/tests/unit
Jack Robison 2ad22d7d19
paginated deterministically shuffled find_value
- fixes https://github.com/lbryio/lbry/issues/2244
- reduce the max DHT datagram size to 1400 bytes
- truncate `contacts` field of find_value response datagrams to the k closest (8)
- truncate peers in find_node response datagrams to the 2k closest (16)
- remove `contacts` field from find_value responses beyond `page` 0 (the first/default)
- deterministically shuffle the peers for a blob in a find_value response
- add optional `page` argument to `find_value` and `p` field to find_value responses containing the number of pages of k peers for the blob
- test one blob being announced by 150 different peers to one peer
- speed up pylint and remove some disabled checks
2019-06-18 22:52:39 -04:00
..
analytics update tests 2019-01-24 00:13:15 -05:00
blob test concurrency through races on getting a writer 2019-05-01 15:08:47 -03:00
blob_exchange test_blob_writers_concurrency 2019-04-24 09:48:04 -04:00
components component tests need AsyncioTestCase 2019-01-24 00:13:15 -05:00
core add unit tests for cache_concurrent decorator 2019-04-24 09:48:04 -04:00
database non async blob_completed callback, tests 2019-04-24 09:48:04 -04:00
dht paginated deterministically shuffled find_value 2019-06-18 22:52:39 -04:00
lbrynet_daemon exposed new protobuf fields in APIs and updated tests 2019-04-21 00:45:51 -04:00
schema test_url unit test fix 2019-05-18 21:43:46 -04:00
stream test chunked reflector server response 2019-06-07 17:26:31 -04:00
wallet delete claims and re-calculate winner when claim is expired 2019-06-04 22:28:35 -04:00
__init__.py moved ./lbry/tests to ./tests 2018-08-24 11:37:53 -04:00
test_cli.py cli test fix 2019-04-26 23:37:10 -04:00
test_conf.py Strings setting works like Server from CLI 2019-06-04 18:44:21 -04:00