Details
Description
In JDBCBaseTestCase, the default connection is automatically rolled back and closed but connections opened with openDefaultConnection() can stay open and hold locks and affect other tests if the database can not be cleaned because locks are held. It would be good to clean up all the connections in tearDown()
.
Attachments
Attachments
Issue Links
- is related to
-
DERBY-6149 Long wait when 10.8 lang.SequenceGeneratorTest is run against 10.10 jars
- Closed