Modify ↓
Opened 19 years ago
Closed 19 years ago
#1687 closed defect (fixed)
SQLite exception closing connection pools in unit tests
Reported by: | Matthew Good | Owned by: | Jonas Borgström |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | devel |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Running trunk as of [1810] I'm getting the following exceptions at the end of running the unit tests:
Exception _sqlite.ProgrammingError: <_sqlite.ProgrammingError instance at 0x2aaaaf52b320> in <bound method PooledConnection.__del__ of <trac.db.PooledConnection object at 0x2aaaaf3abb90>> ignored Exception _sqlite.ProgrammingError: <_sqlite.ProgrammingError instance at 0x2aaaaf3abb90> in <bound method PooledConnection.__del__ of <trac.db.PooledConnection object at 0x2aaaaf3abbd8>> ignored
Attachments (0)
Note:
See TracTickets
for help on using tickets.
[1814] should fix this.