Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
3.0
-
None
Description
Static test DataSource built for the unit tests is not reset if an error occurs building schema. Ideally this shouldn't matter, but since the failing procedure is invoked over and over again for each individual test (as a result of the previous failure), open connections pile up resulting eventually in some DB errors that mask the actual failure cause. Need to handle it more gracefully.