Opened 14 years ago
Closed 14 years ago
#14520 closed (fixed)
Regression in test speed, and memory usage
Reported by: | Alex Gaynor | Owned by: | nobody |
---|---|---|---|
Component: | Testing framework | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Accepted | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Since the transaction-contextmanager commit the test suite seems to have a slow-growing memory leak (beginning 1/2 - 3/4 of the way through) and a significant performance regression. This is visible using SQLite backend (in memory).
Change History (2)
comment:1 by , 14 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [14312]) Fixed #14520 -- fixed a memory leak when running the test suite.