[dna-commits] DNA SVN: r415 - trunk/dna-integration-tests/src/test/resources.

dna-commits at lists.jboss.org dna-commits at lists.jboss.org
Tue Aug 12 12:50:48 EDT 2008


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>
 
     <!--




More information about the dna-commits mailing list