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 Alex Gaynor, 14 years ago

Triage Stage: UnreviewedAccepted

comment:2 by Alex Gaynor, 14 years ago

Resolution: fixed
Status: newclosed

(In [14312]) Fixed #14520 -- fixed a memory leak when running the test suite.

Note: See TracTickets for help on using tickets.
Back to Top