Unclosed sessions in test cases
-------------------------------
Key: JCR-2258
URL: https://issues.apache.org/jira/browse/JCR-2258
Project: Jackrabbit Content Repository
Issue Type: Bug
Components: jackrabbit-jcr-tests, jackrabbit-jcr2spi
Reporter: Marcel Reutegger
Priority: Minor
Some tests may throw exceptions in the setUp() method and leave the session
open that was opened in the super class setUp() method. For jackrabbit-core,
this is not really a problem, because the memory footprint of a session is
quite small, but in jcr2spi the memory footprint is considerable higher, which
may lead to out of memory errors when running the tests.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.