Replace all xrange() with range()
[ganeti-local] / test / ganeti.locking_unittest.py
2009-10-02 Michael HanselmannReplace all xrange() with range()
2009-10-02 Michael HanselmannMore locking tests race conditions fixes
2009-10-01 Guido TrotterSingleActionPipeCondition =~ s/Action/Notify/
2009-10-01 Guido TrottertestNotification: add more checking about order
2009-10-01 Guido TrotterAbstract base condition test cases
2009-10-01 Guido TrotterMove the "done" queue inside _ThreadedTestCase
2009-10-01 Michael Hanselmannlocking.SharedLock: Fix bug in delete function
2009-10-01 Michael HanselmannRename LockSet.acquire parameter “blocking” to “timeout”
2009-10-01 Michael HanselmannTry to fix locking unittests
2009-09-30 Michael HanselmannAdd _PipeCondition class
2009-09-30 Michael HanselmannAdd _SingleActionPipeCondition class
2009-09-30 Michael HanselmannSharedLock: implement timeouts
2008-11-18 Iustin PopSkip another testWaitingXblocksY
2008-11-18 Iustin PopSkip the waitingExclusiveBlockSharer test
2008-11-12 Iustin PopConvert the locking unittests to repetition-test
2008-09-11 Guido TrotterLockSet: forbid add() on a partially owned set
2008-09-11 Guido TrotterFix LockSet._names() to work with the set-lock
2008-08-18 Guido TrotterA few more locking unit tests
2008-08-18 Guido TrotterAdd lock-all-through-GLM unit test
2008-07-23 Guido TrotterInvert nodes/instances locking order
2008-07-08 Guido TrotterAdd a more comment lines to testLockingConstants
2008-07-08 Guido TrotterAdd a new LockSet unittest
2008-07-08 Guido TrotterLocking: remove LEVEL_CONFIG lockset
2008-07-08 Guido TrotterLocking: add ssynchronized decorator
2008-05-01 Guido Trotterlocking: remove obsolete comment
2008-03-04 Guido TrotterLockSet: handle empty case
2008-03-04 Guido TrotterLockSet: add missing check code
2008-03-04 Michael HanselmannCodestyle updates for locking code
2008-03-04 Guido TrotterLockSet: make acquire() able to get the whole set
2008-03-04 Guido TrotterLockSet: improve remove() api
2008-03-04 Guido TrotterLockSet: make acquire() return the set of names
2008-03-04 Guido TrotterInitial GanetiLockManager implementation
2008-02-28 Guido TrotterLockSet implementation and unit tests
2008-02-21 Guido TrotterAdd a few SharedLock delete() tests
2008-02-20 Guido TrotterSharedLock: fix a wrong unit-test helper code
2008-02-19 Guido TrotterAdd the delete() operation to SharedLock
2008-02-18 Guido TrotterFix a couple of SharedLock docstrings
2008-02-08 Guido TrotterShared Lock implementation and unit tests.