Common testtools infrastructure swallows Twisted tests on failures #3543

Open
opened 2020-11-30 21:27:09 +00:00 by itamarst · 1 comment

Adding some options to AsynchronousDeferredRunTest* ought to fix it:

    [AsynchronousDeferredRunTestForBrokenTwisted](wiki/AsynchronousDeferredRunTestForBrokenTwisted).make_factory(timeout=60.0),
    [AsynchronousDeferredRunTestForBrokenTwisted](wiki/AsynchronousDeferredRunTestForBrokenTwisted).make_factory(
        timeout=60.0, suppress_twisted_logging=False,
        store_twisted_logs=False),
)
Adding some options to [AsynchronousDeferredRunTest](wiki/AsynchronousDeferredRunTest)* ought to fix it: [AsynchronousDeferredRunTestForBrokenTwisted](wiki/AsynchronousDeferredRunTestForBrokenTwisted).make_factory(timeout=60.0), [AsynchronousDeferredRunTestForBrokenTwisted](wiki/AsynchronousDeferredRunTestForBrokenTwisted).make_factory( timeout=60.0, suppress_twisted_logging=False, store_twisted_logs=False), )
itamarst added the
unknown
normal
defect
n/a
labels 2020-11-30 21:27:09 +00:00
itamarst added this to the Support Python 3 milestone 2020-11-30 21:27:09 +00:00
itamarst self-assigned this 2020-11-30 21:27:09 +00:00
Author

Ticket retargeted after milestone closed

Ticket retargeted after milestone closed
itamarst removed this from the Support Python 3 milestone 2023-09-05 14:20:22 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: tahoe-lafs/trac-2024-07-25#3543
No description provided.