#3543 new defect

Common testtools infrastructure swallows Twisted tests on failures

Reported by: itamarst Owned by: itamarst
Priority: normal Milestone:
Component: unknown Version: n/a
Keywords: Cc:
Launchpad Bug:

Description

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),

)

Change History (1)

comment:1 Changed at 2023-09-05T14:20:22Z by itamarst

  • Milestone Support Python 3 deleted

Ticket retargeted after milestone closed

Note: See TracTickets for help on using tickets.