Opened at 2008-09-04T19:11:57Z
Closed at 2008-09-18T05:22:07Z
#509 closed enhancement (fixed)
include deep-stats output in deep-check
Reported by: | warner | Owned by: | warner |
---|---|---|---|
Priority: | minor | Milestone: | 1.3.0 |
Component: | unknown | Version: | 1.2.0 |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
to avoid wasted effort, the deep-check output=JSON code should provide the same data that deep-stats returns (number of files, total size, etc). If deep-check is not significantly slower than deep-check (which, given enough parallelism, might be possible), then we could do a periodic deep-check, instead of both a deep-check and deep-stats.
Change History (2)
comment:1 Changed at 2008-09-17T23:36:43Z by warner
- Milestone changed from 1.3.1 to 1.3.0
- Owner changed from nobody to warner
comment:2 Changed at 2008-09-18T05:22:07Z by warner
- Resolution set to fixed
- Status changed from new to closed
yup, the JSON has a ['stats'] field with the same data as deep-stats returns.
Note: See
TracTickets for help on using
tickets.
I think this might be done now.. need to check.