summary refs log tree commit diff
path: root/tests/util/caches/test_descriptors.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update license headersPatrick Cloke2023-11-211-11/+16
* Convert more cached return values to immutable types (#16356)Patrick Cloke2023-09-201-16/+19
* Update ruff config (#16283)Patrick Cloke2023-09-081-2/+2
* Add type hints to test_descriptors. (#15659)Patrick Cloke2023-05-241-93/+104
* Add missing type hints to test.util.caches (#14529)Patrick Cloke2022-11-221-8/+14
* Remove unused `@lru_cache` decorator (#13595)Nick Mills-Barrett2022-10-251-36/+4
* Bump flake8-bugbear from 21.3.2 to 22.9.23 (#14042)dependabot[bot]2022-10-191-1/+1
* Fix `have_seen_event` cache not being invalidated (#13863)Eric Eastwood2022-09-271-1/+32
* Add cancellation support to `@cached` and `@cachedList` decorators (#12183)Sean Quah2022-03-141-2/+145
* Allow for ignoring some arguments when caching. (#12189)Patrick Cloke2022-03-091-3/+81
* Fix 'Unhandled error in Deferred' (#12089)Richard van der Hoff2022-03-011-5/+5
* Replace assertEquals and friends with non-deprecated versions. (#12092)Patrick Cloke2022-02-281-35/+35
* Additional test for `cachedList` (#11246)Richard van der Hoff2021-11-041-0/+43
* Use inline type hints in `tests/` (#10350)Jonathan de Jong2021-07-131-1/+1
* Combine `LruCache.invalidate` and `invalidate_many` (#9973)Richard van der Hoff2021-05-271-3/+3
* Minor `@cachedList` enhancements (#9975)Richard van der Hoff2021-05-141-3/+14
* Merge branch 'master' into developAndrew Morgan2021-04-201-4/+2
|\
| * Always use the name as the log ID. (#9829)Patrick Cloke2021-04-201-4/+2
* | Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
|/
* Use mock from the stdlib. (#9772)Patrick Cloke2021-04-091-2/+1
* Record more information into structured logs. (#9654)Patrick Cloke2021-04-081-4/+3
* Update black, and run auto formatting over the codebase (#9381)Eric Eastwood2021-02-161-7/+5
* Implement and use an @lru_cache decorator (#8595)Richard van der Hoff2020-10-301-1/+59
* Add some more testsRichard van der Hoff2020-10-211-0/+52
* Push some deferred wrangling down into DeferredCacheRichard van der Hoff2020-10-211-3/+2
* Combine the two sets of tests for CacheDescriptorRichard van der Hoff2020-10-211-0/+230
* move DeferredCache into its own moduleRichard van der Hoff2020-10-141-44/+0
* Rename Cache->DeferredCacheRichard van der Hoff2020-10-141-2/+2
* Stop sub-classing object (#8249)Patrick Cloke2020-09-041-10/+10
* Remove the unused inlineCallbacks code-paths in the caching code (#8119)Patrick Cloke2020-08-191-6/+6
* Clean up some LoggingContext stuff (#7120)Richard van der Hoff2020-03-241-10/+12
* Make ObservableDeferred.observe() always return deferred.Erik Johnston2019-10-301-2/+2
* Quick fix to ensure cache descriptors always return deferredsErik Johnston2019-10-281-2/+2
* Fix some error cases in the caching layer. (#5749)Richard van der Hoff2019-07-251-3/+87
* Replace returnValue with return (#5736)Amber Brown2019-07-231-4/+4
* Move logging utilities out of the side drawer of util/ and into logging/ (#5606)Amber Brown2019-07-041-29/+20
* Run Black. (#5482)Amber Brown2019-06-201-30/+30
* Run black.black2018-08-101-26/+20
* fix invalidationRichard van der Hoff2018-07-271-1/+41
* Rewrite cache list decoratorRichard van der Hoff2018-07-271-0/+61
* run isortAmber Brown2018-07-091-2/+5
* Reinstate lost run_on_reactor in unit testRichard van der Hoff2018-07-041-2/+15
* Remove run_on_reactor (#3395)Amber Brown2018-06-141-2/+0
* Fix overzealous cache invalidationRichard van der Hoff2018-04-051-0/+46
* Fix up testsErik Johnston2017-03-301-0/+38
* Fix the logcontext handling in the cache wrappers (#2077)Richard van der Hoff2017-03-301-0/+91
* Fix caching of remote servers' signature keysRichard van der Hoff2017-03-221-0/+86