mirror of
https://github.com/samba-team/samba.git
synced 2025-07-28 11:42:03 +03:00
Cancel transactions when exceptions are raised.
This commit is contained in:
@ -28,6 +28,7 @@ import uuid
|
||||
from samba import param
|
||||
|
||||
class SamDBTestCase(TestCaseInTempDir):
|
||||
|
||||
def setUp(self):
|
||||
super(SamDBTestCase, self).setUp()
|
||||
invocationid = str(uuid.uuid4())
|
||||
|
Reference in New Issue
Block a user