Knut Anders Hatlen created DERBY-5704:
-----------------------------------------
Summary: Various cleanups in CoalesceTest
Key: DERBY-5704
URL: https://issues.apache.org/jira/browse/DERBY-5704
Project: Derby
Issue Type: Improvement
Components: Test
Affects Versions: 10.9.0.0
Reporter: Knut Anders Hatlen
Assignee: Knut Anders Hatlen
Priority: Minor
I noticed a couple of things that could be cleaned up in CoalesceTest:
- It keeps statements in instance variables. These are closed in tearDown(),
but not nulled out, so they are not gc'ed when the test completes.
- It has much code that follows the pattern
try {
s.execute(...);
} catch (SQLException sqle) {
assertSQLState(state, sqle);
}
which means it won't report a failure if the execution of the statement
succeeds unexpectedly.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira