[jbpm-commits] JBoss JBPM SVN: r2789 - jbpm3/trunk/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 7 03:06:14 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-07 03:06:14 -0500 (Fri, 07 Nov 2008)
New Revision: 2789

Modified:
   jbpm3/trunk/modules/core/pom.xml
Log:
document more excludes

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-11-07 02:04:01 UTC (rev 2788)
+++ jbpm3/trunk/modules/core/pom.xml	2008-11-07 08:06:14 UTC (rev 2789)
@@ -236,10 +236,11 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- Concurrent execution not supported on hsqldb -->
+                <!-- [JBPM-983] concurrent process execution fails -->
                 <exclude>org/jbpm/jbpm983/JBPM983Test.java</exclude>
+                <!-- [JBPM-1072] Concurrent JobExecutors can process the same job in parallel -->
                 <exclude>org/jbpm/jbpm1072/JBPM1072Test.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1810  -->
+                <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
                 <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>
             </configuration>
@@ -266,10 +267,11 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- Concurrent execution not supported on hsqldb -->
+                <!-- [JBPM-983] concurrent process execution fails -->
                 <exclude>org/jbpm/jbpm983/JBPM983Test.java</exclude>
+                <!-- [JBPM-1072] Concurrent JobExecutors can process the same job in parallel -->
                 <exclude>org/jbpm/jbpm1072/JBPM1072Test.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1810  -->
+                <!-- [JBPM-1810] Fix clean, drop, create schema with JbpmSchema  -->
                 <exclude>org/jbpm/db/JbpmSchemaDbTest.java</exclude>
               </excludes>
             </configuration>
@@ -296,9 +298,9 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1735 -->
+                <!-- [JBPM-1735] Cleanup ProcessStateDbTest -->
                 <exclude>org/jbpm/graph/node/ProcessStateDbTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1166 -->
+                <!-- [JBPM-1166] SEAM timer transaction integration -->
                 <exclude>org/jbpm/seam/JobExecutorCustomizationTest.java</exclude>
               </excludes>
             </configuration>
@@ -325,10 +327,10 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1772 -->
+                <!-- [JBPM-1772] Fix JoinDbTest on postgresql -->
                 <exclude>org/jbpm/jpdl/exe/JoinDbTest.java</exclude>
                 <exclude>org/jbpm/graph/exe/SubProcessPlusConcurrencyDbTest.java</exclude>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1782 -->
+                <!-- [JBPM-1782] Fix JoinExecutionDbTest on postgresql -->
                 <exclude>org/jbpm/jpdl/exe/JoinExecutionDbTest.java</exclude>
               </excludes>
             </configuration>
@@ -355,7 +357,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
               <excludes>
-                <!-- https://jira.jboss.org/jira/browse/JBPM-1764 -->
+                <!-- [JBPM-1764] JobExecutorDbTest does not work on Sybase -->
                 <exclude>org/jbpm/job/executor/JobExecutorDbTest</exclude>
               </excludes>
             </configuration>




More information about the jbpm-commits mailing list