mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-01 07:10:53 +00:00
Add Eliot logging for a couple setup helpers
This commit is contained in:
parent
a8d67a09a5
commit
9abec67e43
@ -1495,12 +1495,14 @@ class SingleMagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Reall
|
|||||||
self.failUnlessEqual(mdb.VERSION, 1)
|
self.failUnlessEqual(mdb.VERSION, 1)
|
||||||
return mdb
|
return mdb
|
||||||
|
|
||||||
|
@log_call_deferred(action_type=u"restart-client")
|
||||||
def _restart_client(self, ign):
|
def _restart_client(self, ign):
|
||||||
#print "_restart_client"
|
#print "_restart_client"
|
||||||
d = self.restart_client()
|
d = DeferredContext(self.restart_client())
|
||||||
d.addCallback(self._wait_until_started)
|
d.addCallback(self._wait_until_started)
|
||||||
return d
|
return d.result
|
||||||
|
|
||||||
|
@log_call_deferred(action_type=u"wait-until-started")
|
||||||
def _wait_until_started(self, ign):
|
def _wait_until_started(self, ign):
|
||||||
#print "_wait_until_started"
|
#print "_wait_until_started"
|
||||||
self.magicfolder = self.get_client().getServiceNamed('magic-folder-default')
|
self.magicfolder = self.get_client().getServiceNamed('magic-folder-default')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user