Opened at 2007-05-01T02:55:09Z
Last modified at 2020-01-15T19:56:17Z
#20 closed defect
unit tests take too long — at Initial Version
| Reported by: | zooko | Owned by: | somebody |
|---|---|---|---|
| Priority: | major | Milestone: | eventually |
| Component: | code | Version: | unknown |
| Keywords: | test performance | Cc: | |
| Launchpad Bug: |
Description
The best way to fix this would be to optimize the code under test so that it passes the tests faster.
The second best way would be to optimize the tests so that they test the same thing but faster.
The third best way would be to reduce the "replications, redundancy, random stabs in the dark" and so forth, and the tests of scaling. (This cries out for another category of test that reports on scaling behavior...)
The fourth best way would be to judiciously prune tests which have been superceded by more comprehensive tests and are now redundant.
Note: See
TracTickets for help on using
tickets.
