Changes between Initial Version and Version 1 of Ticket #3412, comment 15
- Timestamp:
- 2020-09-25T15:47:14Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3412, comment 15
initial v1 1 In 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 5 So I reached out for advice. 6 1 7 In 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. 2 8