oslo.concurrency/oslo_concurrency
Ben Nemec 54c84da50a Add external lock fixture
This was requested by consumers of the library so they don't have
to enable external locks globally with the OSLO_LOCK_PATH env var,
which can mask bugs in unit tests that have interdependencies
because it makes every lock in any unit test shared.  The new
fixture allows a separate lock directory to be created for each
test, and allows external locking to only be enabled for tests
that need it.

Change-Id: Iae7ce302e1a3a5ad90ca5310f5ac7a6164867637
2014-11-26 22:41:13 +00:00
..
fixture Add external lock fixture 2014-11-26 22:41:13 +00:00
openstack Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
tests Allow for providing a customized semaphore container 2014-11-19 17:15:40 -08:00
__init__.py Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
_i18n.py Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
lockutils.py Add a TODO for retrying pull request #20 2014-11-25 14:09:06 -08:00
opts.py Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00
processutils.py Move out of the oslo namespace package 2014-11-14 17:17:25 -05:00