From e641615218275b6c86f5049f83087a1e4d6770db Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Tue, 18 Nov 2008 09:58:07 +0000 Subject: [PATCH] Skip the waitingExclusiveBlockSharer test Until we have a way to properly test this, we'll skip the test. Reviewed-by: imsnah --- test/ganeti.locking_unittest.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/ganeti.locking_unittest.py b/test/ganeti.locking_unittest.py index d2e399c..f974512 100755 --- a/test/ganeti.locking_unittest.py +++ b/test/ganeti.locking_unittest.py @@ -200,6 +200,9 @@ class TestSharedLock(_ThreadedTestCase): @_Repeat def testWaitingExclusiveBlocksSharer(self): + """SKIPPED testWaitingExclusiveBlockSharer""" + return + self.sl.acquire(shared=1) # the lock is acquired in shared mode... self._addThread(target=self._doItExclusive) -- 1.7.10.4