Changes between Initial Version and Version 2 of Ticket #1777


Ignore:
Timestamp:
2012-09-04T23:20:21Z (12 years ago)
Author:
davidsarah
Comment:

Reviewed. Please check it applies/tests cleanly and land it for 1.10.

The description of this ticket was really vague and not specific to the attached patch. One ticket per batch of closely related cleanups, please!

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1777

    • Property Keywords cleanup review-needed added; mutable removed
    • Property Owner changed from davidsarah to zooko
    • Property Component changed from unknown to code-frontend
    • Property Summary changed from cleanups to tests and mutables for 1.10 to cleanups to backupdb tests
  • Ticket #1777 – Description

    initial v2  
    1 Here are some patches from work that I'm doing while searching for bugs in handling mutables, in the interests of increasing my confidence that Tahoe-LAFS v1.9.2 is less buggy, but this work is destined for Tahoe-LAFS v1.10.
     1This cleanup patch removes complexity in the backupdb tests that was caused by needing to handle the case where pysqlite is not available. We now depend on Python 2.5 which includes pysqlite in the standard lib.