Closed Bug 662985 Opened 13 years ago Closed 8 years ago

Test Pilot should asyncClose() its DB connection

Categories

(Mozilla Labs Graveyard :: Test Pilot, defect)

x86_64
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: n.nethercote, Unassigned)

Details

Any DB connection on which asynchronous transactions were executed must be closed with asyncClose(), otherwise bad things can happen (eg. bug 654573).

It appears that Test Pilot fails to do this (see bug 654573 comment 61).  When the relevant connection(s) is GC'd, close() is (implicitly) called on it instead of asyncClose().
Product: Mozilla Labs → Mozilla Labs Graveyard
decommissioned
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.