Author: rhauch
Date: 2008-08-12 12:50:47 -0400 (Tue, 12 Aug 2008)
New Revision: 415
Modified:
trunk/dna-integration-tests/src/test/resources/jackrabbitDerbyTestRepositoryConfig.xml
Log:
DNA-198 - JackrabbitDerbyStressTest throws exceptions intermittently without failing
http://jira.jboss.com/jira/browse/DNA-198
I couldn't find a way to reliably go away, so I changed the Jackrabbit configuration
for this test to not use search indexing. Seems to have worked.
Modified:
trunk/dna-integration-tests/src/test/resources/jackrabbitDerbyTestRepositoryConfig.xml
===================================================================
---
trunk/dna-integration-tests/src/test/resources/jackrabbitDerbyTestRepositoryConfig.xml 2008-08-11
20:30:45 UTC (rev 414)
+++
trunk/dna-integration-tests/src/test/resources/jackrabbitDerbyTestRepositoryConfig.xml 2008-08-12
16:50:47 UTC (rev 415)
@@ -78,9 +78,12 @@
Search index and the file system it uses.
class: FQN of class implementing the QueryHandler interface
-->
+ <!-- Turning off the search indexing, which is causing intermittent problems
during tests.
+ See
https://jira.jboss.org/jira/browse/DNA-198
<SearchIndex
class="org.apache.jackrabbit.core.query.lucene.SearchIndex">
<param name="path" value="${wsp.home}/index"/>
</SearchIndex>
+ -->
</Workspace>
<!--