Make UpdatableResultSetTest less hungry on heap space
-----------------------------------------------------

                 Key: DERBY-5701
                 URL: https://issues.apache.org/jira/browse/DERBY-5701
             Project: Derby
          Issue Type: Improvement
          Components: Test
    Affects Versions: 10.9.0.0
            Reporter: Knut Anders Hatlen
            Assignee: Knut Anders Hatlen
            Priority: Minor


UpdatableResultSetTest fails with an OutOfMemoryError in my environment when I 
run it with a 50 MB heap. Some of its test cases open close to 900 statements, 
and they leave many of the statements open till tearDown(). It would be good if 
the test cases cleaned up the open statements earlier to avoid these peaks in 
memory usage.

--
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

        

Reply via email to