Changes between Initial Version and Version 1 of Ticket #3412, comment 15


Ignore:
Timestamp:
2020-09-25T15:47:14Z (4 years ago)
Author:
jaraco
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3412, comment 15

    initial v1  
     1In the PR, exarkun advised:
     2
     3> [These retries] only work for synchronous tests. If a test returns a Deferred and that Deferred fires with a failure, do they do anything at all?
     4
     5So I reached out for advice.
     6
    17In the #twisted IRC channel, I got some advice from tos9, Glyph, and others regarding the fact that `trial` allows test methods to return a Deferred object, which may have one or more callbacks that will only be later executed, so wrapping those methods in `retry` will have little effect.
    28