Changes between Initial Version and Version 4 of Ticket #15701
- Timestamp:
- Jul 18, 2012, 12:24:44 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15701
-
Property
Priority
changed from
undecided
tohigh
- Property Owner set to Mark Wubben
-
Property
Status
changed from
new
toassigned
-
Property
Summary
changed from
[patch] [cla] DeferredList always Resolves even when a child Deferred Rejects
to[patch] [cla] [regression] DeferredList always Resolves even when a child Deferred Rejects
-
Property
Priority
changed from
-
Ticket #15701 – Description
initial v4 1 As the title says, DeferredList never rejects.1 As the title says, !DeferredList never rejects. 2 2 3 3 As a result, errors are masked completely unless you set the flag fireOnOneErrback. 4 4 5 The default functionality should match Deferred in that a single error causes the entire DeferredList to error unless the ConsumeErrors flag is set to true.5 The default functionality should match Deferred in that a single error causes the entire DeferredList to error unless the !ConsumeErrors flag is set to true. 6 6 7 7 This problem appears to exist at least since 1.7.0 through 1.8b1. I haven't checked for earlier cases.