summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_threading_handler.py
Commit message (Expand)AuthorAgeFilesLines
* refactor: no need to specify `mock` (#702)Jeff Widman2023-02-051-21/+21
* style: reformat all code with blackCharles-Henri de Boysson2022-10-171-24/+24
* fix(core): use selectors to poll connections instead of raw select in threadi...Wang2022-02-021-8/+3
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-29/+34
* fix(core): Correctly fire multiple callbacksPatrick White2018-03-261-0/+16
* fix(core): resolve race in IAsyncResult.wait() (#487)Jim Hanko2017-11-091-0/+27
* fix: Remove use of "async" as a variableTravis Gockel2017-08-241-56/+56
* feat(core): use epoll when available to support fds > 1023Patrick White2017-06-041-0/+25
* Avoid thread-leaks which can obscure debug output if a test fails by ensuring...Ben Bangert2013-07-181-0/+6
* squash merge wickman/pull/71Brian Wickman2013-04-281-0/+57
* try to give a heisenfailure more timefeature/single-zk-thread-refactorHanno Schlichting2013-01-081-1/+1
* Remove the test for the peek queue.Ben Bangert2013-01-041-43/+0
* try to avoid a deadlock in `test_wait` and have a test failure insteadHanno Schlichting2012-09-221-3/+3
* deal with threading.Event vs. _Event function/class troubleHanno Schlichting2012-09-211-1/+3
* remove unused importHanno Schlichting2012-09-211-2/+0
* Remove unnecessary queues.Ben Bangert2012-09-051-37/+0
* Up threading test coverage to 100%.Ben Bangert2012-09-041-0/+68
* moar test coverage for threading handlerHanno Schlichting2012-09-041-0/+9
* Fix callback imports.Ben Bangert2012-08-291-1/+1
* Apply Bob's patch as it actually works, add test case to verify exception rai...Ben Bangert2012-08-191-0/+8
* Fix handler tests to start the handler.Ben Bangert2012-08-021-0/+4
* Up threading tests to 100% test coverage.Ben Bangert2012-06-121-0/+49
* Properly passing threading testsBen Bangert2012-06-081-1/+10
* More link tests.Ben Bangert2012-06-081-0/+14
* More threaded handler tests.Ben Bangert2012-06-081-0/+85
* More threading handler unit tests.Ben Bangert2012-06-071-0/+31
* Start of handler tests. Test threading handler functions.Ben Bangert2012-06-071-0/+66