mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-14 06:06:40 +00:00
Try debugging Travis-CI...
This commit is contained in:
parent
f5ca88c1f4
commit
c459b421b2
@ -1009,7 +1009,15 @@ class MagicFolderAliceBobTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, Rea
|
||||
yield iterate_uploader(self.alice_magicfolder)
|
||||
yield alice_proc # alice uploads
|
||||
|
||||
from pprint import pprint
|
||||
def _print_state(msg):
|
||||
print("\n################### {}: ###################".format(msg))
|
||||
print(bob_proc)
|
||||
print(os.path.exists(bob_fname + '.conflict'))
|
||||
pprint(self.bob_magicfolder.downloader._hooks)
|
||||
_print_state("before iterate_downloader()")
|
||||
yield iterate_downloader(self.bob_magicfolder)
|
||||
_print_state("after iterate_downloader()")
|
||||
yield bob_proc # bob downloads
|
||||
|
||||
# ...so now bob should produce a conflict
|
||||
|
Loading…
x
Reference in New Issue
Block a user