Changes between Initial Version and Version 1 of Ticket #1240, comment 13
- Timestamp:
- 2012-05-05T15:53:49Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1240, comment 13
initial v1 4 4 5 5 * {{{test_deepcheck_cachemisses}}} is functionally identical to {{{test_deepcheck}}}. The print of the {{{slot_readv}}} call count should to be removed and replaced with unittest assertions that verify the cache is accessed when it should be (I think you mention this above) 6 * in {{{ retreive.py}}} you import {{{allmydata.util.spans}}}, but the module is never used6 * in {{{src/allmydata/mutable/retreive.py}}} you import {{{allmydata.util.spans}}}, but the module is never used 7 7 8 8 That's all.