Author: olamy
Date: Wed Aug 17 08:53:10 2011
New Revision: 1158584

URL: http://svn.apache.org/viewvc?rev=1158584&view=rev
Log:
printStack trace in case of issue in ConcurrentTest : sometimes 
ConcurrentUseWithMergedContextTest failed, sometimes not

Modified:
    maven/indexer/trunk/indexer-core/pom.xml
    
maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java

Modified: maven/indexer/trunk/indexer-core/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/pom.xml?rev=1158584&r1=1158583&r2=1158584&view=diff
==============================================================================
--- maven/indexer/trunk/indexer-core/pom.xml (original)
+++ maven/indexer/trunk/indexer-core/pom.xml Wed Aug 17 08:53:10 2011
@@ -278,8 +278,9 @@ under the License.
         </executions>
       </plugin>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-failsafe-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.9</version>
         <executions>
           <execution>
             <goals>

Modified: 
maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java
URL: 
http://svn.apache.org/viewvc/maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java?rev=1158584&r1=1158583&r2=1158584&view=diff
==============================================================================
--- 
maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java
 (original)
+++ 
maven/indexer/trunk/indexer-core/src/test/java/org/apache/maven/index/ConcurrentUseTest.java
 Wed Aug 17 08:53:10 2011
@@ -229,6 +229,8 @@ public class ConcurrentUseTest
                     {
                         t = e;
 
+                        e.printStackTrace();
+
                         throw new IllegalStateException( "error", e );
                     }
                 }


Reply via email to