index
:
delta/python-packages/kazoo.git
133-testing-cluster-ports
462-virtualenv-continued
add-license-to-wheel
c-lib-legacy
correct-supported-versions-in-readme
enable-dependabot-for-github-actions
feat/add-github-templates
feat/github-actions
feat/issue-445
feat/python-3.11
feat/python-37
feat/python-38-tests
feat/revert-pr-305
feat/windows-testing
feature/single-zk-thread-refactor
fix-gevent-requirement
fix/github-action-trigger
jeffwidman-drop-old-gevent
jeffwidman-finish-removing-old-pythons
jeffwidman-fix-contributing-docs
jeffwidman-pep8-imports
jeffwidman-remove-easy-install
master
pure-python
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/2.9
remove-broken-downloads-badge
github.com: python-zk/kazoo.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kazoo
/
tests
/
test_queue.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
chore(ci): Replace Travis with Github Actions
feat/github-actions
Stephen Sorriaux
2021-08-05
1
-3
/
+3
*
feat(test): Move to pytest
Charles-Henri de Boysson
2020-04-14
1
-84
/
+97
*
add test for LockingQueue.release()
Pawel Biernacki
2014-08-01
1
-0
/
+13
*
Optimize test skipping for ZK 3.4 only tests on travis.
Hanno Schlichting
2014-06-06
1
-3
/
+12
*
remove time restriction on concurrent queue test
Hanno Schlichting
2013-03-26
1
-2
/
+1
*
whitespace
Hanno Schlichting
2013-03-26
1
-1
/
+1
*
LockingQueue: added test precondition to use ignore ZooKeeper v < 3.4, remove...
Žygimantas Bruzgys
2013-03-12
1
-0
/
+26
*
LockingQueue: fixed tests and documentation
Žygimantas Bruzgys
2013-03-12
1
-21
/
+21
*
Queue with item locking recipe
Žygimantas Bruzgys
2013-03-11
1
-2
/
+97
*
merge the priority queue support into the base queue
Hanno Schlichting
2012-10-01
1
-23
/
+10
*
prefer `len(queue)` over `queue.qsize()`
Hanno Schlichting
2012-10-01
1
-1
/
+0
*
actually add the extra priority queue code
Hanno Schlichting
2012-10-01
1
-0
/
+19
*
hook up base PriorityQueue
Hanno Schlichting
2012-10-01
1
-0
/
+7
*
factor out base queue tests
Hanno Schlichting
2012-10-01
1
-8
/
+11
*
let queue.get return None on an empty queue
Hanno Schlichting
2012-10-01
1
-4
/
+5
*
add validation for queue.put item value
Hanno Schlichting
2012-10-01
1
-0
/
+4
*
add simplest queue, ignoring all error handling
Hanno Schlichting
2012-10-01
1
-0
/
+12
*
add boilerplate for new queue recipe
Hanno Schlichting
2012-10-01
1
-0
/
+18