[tahoe-lafs-trac-stream] [Tahoe-LAFS] #3543: Common testtools infrastructure swallows Twisted tests on failures
Tahoe-LAFS
trac at tahoe-lafs.org
Mon Nov 30 21:27:09 UTC 2020
#3543: Common testtools infrastructure swallows Twisted tests on failures
----------------------+----------------------------------
Reporter: itamarst | Owner: itamarst
Type: defect | Status: new
Priority: normal | Milestone: Support Python 3
Component: unknown | Version: n/a
Keywords: | Launchpad Bug:
----------------------+----------------------------------
Adding some options to AsynchronousDeferredRunTest* ought to fix it:
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(timeout=60.0),
AsynchronousDeferredRunTestForBrokenTwisted.make_factory(
timeout=60.0, suppress_twisted_logging=False,
store_twisted_logs=False),
)
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3543>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list