-
Bug
-
Resolution: Done
-
Major
-
6.0.0.Final
-
None
Lucene testsuite hanged up.
Looking at the thread dump, it looks like the Lucene test blocked getting a pooled connection.
Workaround would be to not used use pooled connections. I don't think DatabaseStoredIndexTest requires it.
We also need to see why the hold up happened. Bug in c3p0? Misconfiguration of concurrent connections?