Changes between Initial Version and Version 2 of Ticket #1777
- Timestamp:
- 2012-09-04T23:20:21Z (12 years ago)
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.1 This 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.