Description
UniqueConstraintMultiThreadedTest has a tearDown() method that doesn't call super.tearDown().
It also keeps a DataSource in an instance variable and doesn't appear to null out the reference to it on completion.
Attachments
Attachments
Issue Links
- blocks
-
DERBY-5726 Make it more difficult to forget calling super.tearDown() from BaseJDBCTestCase's subclasses
- Closed