summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_cache.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: no need to specify `mock` (#702)Jeff Widman2023-02-051-1/+1
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-85/+84
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-99/+121
* fix(recipe): No more memory leak once TreeCache was closed (#524)Jiangge Zhang2018-11-211-3/+122
* fix(recipe): Unexpected exceptions break TreeCacheJiangge Zhang2018-03-231-0/+19
* feat(recipe): Add TreeCache recipeJiangge Zhang2017-06-131-0/+278
* Revert "New recipe proposal: TreeCache"Ben Bangert2017-05-311-278/+0
* Fix the infinite refresh after root node deletedqifei.wan2017-04-241-0/+4
* Closed tree cache could not be started againJiangge Zhang2017-04-171-1/+8
* Rename "was_xxx" to "on_xxx" in TreeCacheJiangge Zhang2017-02-251-2/+2
* Use KazooException instead of RuntimeError in TreeCacheJiangge Zhang2017-02-251-1/+2
* Implement and test the TreeCache recipe.Jiangge Zhang2016-06-231-0/+266