Opened at 2014-12-19T17:26:20Z
Last modified at 2014-12-19T17:31:31Z
#2352 new defect
dead code/bug in error-handling in mutable.layout.MDMFSlotWriteProxy._write
Reported by: | zooko | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | undecided |
Component: | unknown | Version: | 1.10.0 |
Keywords: | easy | Cc: | |
Launchpad Bug: |
Description
Note: See
TracTickets for help on using
tickets.
To close this ticket, run the unit tests with code coverage, inspect the code coverage results around these lines here, then remove the handling of Failure inside _result() and re-run the complete unit tests, with code coverage, and examine the code coverage results again. I've already looked for whether there is an unhandled error path here, and I think I concluded that any error here gets handled in this code, but you should perhaps keep your wits about you and try to double-check that belief as you go.