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_lock.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: no need to specify `mock` (#702)
Jeff Widman
2023-02-05
1
-3
/
+3
*
chore: bump pyflake, fix new warnings
Charles-Henri de Boysson
2022-10-17
1
-8
/
+9
*
style: reformat all code with black
Charles-Henri de Boysson
2022-10-17
1
-6
/
+5
*
fix(recipe): fix deadlock in r/w lock recipe (#650)
Simon Westphahl
2022-02-07
1
-0
/
+58
*
fix(recipe): fix deprecation warning from threading.Event
Steffen Neubauer
2021-12-02
1
-4
/
+4
*
feat(core): Use strict regex to identify lock contenders.
Charles-Henri de Boysson
2020-04-24
1
-11
/
+10
*
feat(core): Support additionaal lock contenter patterns
Charles-Henri de Boysson
2020-04-24
1
-39
/
+69
*
[lock] interoperate with go client
Pablo Mazzini
2020-04-24
1
-0
/
+16
*
feat(test): Move to pytest
Charles-Henri de Boysson
2020-04-14
1
-59
/
+59
*
feat(recipe): allow non ephemeral locking
Raghu Udiyar
2018-03-23
1
-0
/
+13
*
feat: pep8 all the things
feat/issue-445
Ben Bangert
2017-06-01
1
-2
/
+0
*
Convert read/write locks into classes
James E. Blair
2017-03-10
1
-0
/
+44
*
Do cleanup in a more more robust manner
Joshua Harlow
2015-05-27
1
-11
/
+37
*
Add tests that continue to ensure non-blocking works
Joshua Harlow
2015-05-11
1
-5
/
+33
*
Use handler specific sleep function
Joshua Harlow
2015-03-20
1
-4
/
+6
*
Make the many threads lock test better
Joshua Harlow
2015-03-20
1
-11
/
+47
*
Have the lock reentrancy behave like threading.lock
Joshua Harlow
2015-03-19
1
-1
/
+24
*
Have the lock recipe no longer be sorta re-entrant
Joshua Harlow
2015-03-17
1
-3
/
+5
*
Add an eventlet based handler
Joshua Harlow
2015-02-12
1
-47
/
+76
*
Make flake8 happy
Hanno Schlichting
2014-08-11
1
-7
/
+7
*
If we want two in the test.... wait for 2.
Ben Bangert
2014-03-10
1
-1
/
+1
*
Fix Lock deadlock on CONNECTED->SUSPENDED->CONNECTED state change
Jonas Borgström
2014-02-20
1
-0
/
+27
*
Remove print statements.
Ben Bangert
2013-07-19
1
-6
/
+0
*
Fix ordering on test lockup.
Ben Bangert
2013-07-18
1
-2
/
+6
*
Restore print statements as a failure here still happens.
Ben Bangert
2013-07-18
1
-0
/
+6
*
Remove print statements now that we found the deadlock and fixed it.
Ben Bangert
2013-07-18
1
-6
/
+0
*
Remedy the deadlock by ensuring ordering operations of lock acquisition.
Ben Bangert
2013-07-18
1
-6
/
+7
*
Py3 compatible hack.
Ben Bangert
2013-07-18
1
-4
/
+6
*
Hacky print statements to try and pin deadlock, that doesn't seem to occur wh...
Ben Bangert
2013-07-18
1
-0
/
+4
*
Avoid thread-leaks which can obscure debug output if a test fails by ensuring...
Ben Bangert
2013-07-18
1
-0
/
+6
*
add timeout option to semaphore's acquire method to ensure parity with lock
Hanno Schlichting
2013-06-08
1
-0
/
+37
*
Ensure non-blocking Semaphore don't cause shutdown problems, closes #82
Hanno Schlichting
2013-06-08
1
-0
/
+12
*
tweak `test_lock_timeout` timeouts
Hanno Schlichting
2013-06-08
1
-3
/
+3
*
give `test_lock_timeout` a bit more time
Hanno Schlichting
2013-06-08
1
-2
/
+4
*
Merge pull request #93 from DataDog/lock-timeout
David LaBissoniere
2013-06-06
1
-0
/
+36
|
\
|
*
add timeout param to Lock
Carlo Cabanilla
2013-06-03
1
-0
/
+36
*
|
Patch for Kazoo issue #87 (https://github.com/python-zk/kazoo/issues/87)
Matt Wise
2013-06-06
1
-0
/
+8
|
/
*
re-acquiring locks works without errors, closes #61
Hanno Schlichting
2013-05-15
1
-0
/
+14
*
Add a `max_leases` consistency check to the semaphore recipe.
Hanno Schlichting
2013-05-14
1
-0
/
+18
*
changelog / doc improvement and test for #65
Hanno Schlichting
2013-05-14
1
-0
/
+19
*
avoid heisenfailure in test_lock_non_blocking
Hanno Schlichting
2013-03-26
1
-1
/
+6
*
Allow non-blocking Lock.acquire call
Alex Koshelev
2013-03-14
1
-1
/
+18
*
Better synchronization for the semaphore test.
Ben Bangert
2012-09-27
1
-5
/
+7
*
More semaphore tests, add cancel.
Ben Bangert
2012-09-27
1
-1
/
+76
*
Add lease holders method and test for it.
Ben Bangert
2012-09-26
1
-0
/
+17
*
Add context manager to Semaphore and fix the semaphore tests.
Ben Bangert
2012-09-26
1
-22
/
+15
*
fix `super`
Hanno Schlichting
2012-09-26
1
-1
/
+1
*
Add basic semaphore tests.
Ben Bangert
2012-09-26
1
-0
/
+45
*
coverage tests for recipe.lock - ignoring some very unlikely edge-cases
Hanno Schlichting
2012-09-03
1
-0
/
+7
*
remoev unused import
Hanno Schlichting
2012-09-03
1
-4
/
+1
[next]