summaryrefslogtreecommitdiff
path: root/kazoo/tests/test_queue.py
Commit message (Expand)AuthorAgeFilesLines
* chore(ci): Replace Travis with Github Actionsfeat/github-actionsStephen Sorriaux2021-08-051-3/+3
* feat(test): Move to pytestCharles-Henri de Boysson2020-04-141-84/+97
* add test for LockingQueue.release()Pawel Biernacki2014-08-011-0/+13
* Optimize test skipping for ZK 3.4 only tests on travis.Hanno Schlichting2014-06-061-3/+12
* remove time restriction on concurrent queue testHanno Schlichting2013-03-261-2/+1
* whitespaceHanno Schlichting2013-03-261-1/+1
* LockingQueue: added test precondition to use ignore ZooKeeper v < 3.4, remove...Žygimantas Bruzgys2013-03-121-0/+26
* LockingQueue: fixed tests and documentationŽygimantas Bruzgys2013-03-121-21/+21
* Queue with item locking recipeŽygimantas Bruzgys2013-03-111-2/+97
* merge the priority queue support into the base queueHanno Schlichting2012-10-011-23/+10
* prefer `len(queue)` over `queue.qsize()`Hanno Schlichting2012-10-011-1/+0
* actually add the extra priority queue codeHanno Schlichting2012-10-011-0/+19
* hook up base PriorityQueueHanno Schlichting2012-10-011-0/+7
* factor out base queue testsHanno Schlichting2012-10-011-8/+11
* let queue.get return None on an empty queueHanno Schlichting2012-10-011-4/+5
* add validation for queue.put item valueHanno Schlichting2012-10-011-0/+4
* add simplest queue, ignoring all error handlingHanno Schlichting2012-10-011-0/+12
* add boilerplate for new queue recipeHanno Schlichting2012-10-011-0/+18