Merge branch 'stable-2.6-esi' into stable-2.6-ippool-hotplug-esi
[ganeti-local] / test / ganeti.locking_unittest.py
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-03-22 Michael Hanselmannlocking: Handle spurious notifications on lock acquire
2012-03-22 Michael Hanselmannlocking: Fix lock deletion with timeout
2011-11-30 Michael Hanselmannlocking: Allow checking if lock is owned in certain...
2011-11-15 Michael Hanselmannlocking: Make some aliased methods public
2011-10-31 Michael HanselmannFix wrong headers and licences
2011-07-21 Michael HanselmannMake lock monitor more versatile
2011-05-13 Michael HanselmannSharedLock: Implement downgrade from exclusive to share...
2011-05-09 Michael Hanselmannlocking: Make parameter to condition's wait() positional
2011-03-16 Michael Hanselmannlocking: Fix race condition in lock monitor
2011-01-21 René NussbaumerRename QRFS_* to RS_*
2011-01-06 Michael HanselmannConvert “gnt-debug locks” to query2
2010-12-06 Guido Trotterlocking: add nodegroup lock level
2010-10-28 Guido TrotterGanetiLockManager, remove default values
2010-10-28 Guido TrotterAdd test for modifiable locking levels
2010-09-07 Michael Hanselmannlocking: Implement priorities in SharedLock and LockSet
2010-08-27 Michael HanselmannShow list of pending acquires in “gnt-debug locks”
2010-08-24 Michael HanselmannFix race condition in locking unittest
2010-08-24 Michael HanselmannAdd simple lock monitor
2010-07-16 Iustin PopImplement lock names for debugging purposes
2010-06-30 Manuel FranceschiniUser assertFalse instead of assert_(not ...)
2010-06-10 Guido Trotter_BaseCondition: allow saving/restoring state
2010-06-10 Guido TrotterSharedLock _acquire_restore and _release_save
2010-01-15 Michael HanselmannFix long-standing race condition bug in locking unittest
2009-11-03 Michael HanselmannIgnore log messages in unittests
2009-10-13 Michael HanselmannTest LockSet.acquire return value for timeout
2009-10-12 Michael Hanselmannlocking.LockSet: Implement acquire timeouts
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.