Details
-
Sub-task
-
Status: Open
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
Description
Certain tests switch the backend database to Derby.
Problem is, sometimes it's not restored back to HSQLDB and a new Derby instance is created every time without closing the previous one. This can lead to "Too many open files" exception, but not always. I think this depends on the order of tests.