put the _process_deque into an action too

This commit is contained in:
Jean-Paul Calderone 2019-03-18 15:28:16 -04:00
parent 20150541a7
commit 0ac96e9113
1 changed files with 20 additions and 19 deletions

View File

@ -1100,6 +1100,7 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
# now let bob try to do the download. Reach in and call
# _process_deque directly because we are already half-way through a
# logical iteration thanks to the _perform_scan call above.
with start_action(action_type=u"test:process-deque"):
yield self.bob_magicfolder.downloader._process_deque()
self.eliot_logger.flushTracebacks(UnrecoverableFileError)