[hornetq-commits] JBoss hornetq SVN: r11528 - in trunk: tests and 8 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Oct 13 03:06:05 EDT 2011


Author: ataylor
Date: 2011-10-13 03:06:03 -0400 (Thu, 13 Oct 2011)
New Revision: 11528

Modified:
   trunk/pom.xml
   trunk/tests/concurrent-tests/pom.xml
   trunk/tests/integration-tests/pom.xml
   trunk/tests/jms-tests/pom.xml
   trunk/tests/joram-tests/pom.xml
   trunk/tests/performance-tests/pom.xml
   trunk/tests/pom.xml
   trunk/tests/soak-tests/pom.xml
   trunk/tests/stress-tests/pom.xml
   trunk/tests/timing-tests/pom.xml
Log:
added log formatting and re enabled tests

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -387,9 +387,9 @@
             <module>tests</module>
          </modules>
          <properties>
-            <skipUnitTests>true</skipUnitTests>
-            <skipJmsTests>true</skipJmsTests>
-            <skipJoramTests>true</skipJoramTests>
+            <skipUnitTests>false</skipUnitTests>
+            <skipJmsTests>false</skipJmsTests>
+            <skipJoramTests>false</skipJoramTests>
             <skipIntegrationTests>false</skipIntegrationTests>
             <skipTimingTests>true</skipTimingTests>
             <skipConcurrentTests>true</skipConcurrentTests>
@@ -475,6 +475,7 @@
                   <testFailureIgnore>true</testFailureIgnore>
                   <runOrder>alphabetical</runOrder>
                   <redirectTestOutputToFile>false</redirectTestOutputToFile>
+                  <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
                </configuration>
             </plugin>
             <plugin>

Modified: trunk/tests/concurrent-tests/pom.xml
===================================================================
--- trunk/tests/concurrent-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/concurrent-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -122,6 +122,7 @@
                <includes>
                   <include>**/*Test.java</include>
                </includes>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/integration-tests/pom.xml
===================================================================
--- trunk/tests/integration-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/integration-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -124,7 +124,7 @@
                   <excluse>**/replication/**.java</excluse>
                   <exclude>**/*Replicated**.java</exclude>
                </excludes>
-               <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin</argLine>
+               <argLine>-Djava.library.path=${user.dir}/distribution/hornetq/src/main/resources/bin -Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/jms-tests/pom.xml
===================================================================
--- trunk/tests/jms-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/jms-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -114,6 +114,7 @@
                   <exclude>org/hornetq/jms/tests/stress/*.java</exclude>
                   <exclude>org/hornetq/jms/tests/manual/**</exclude>
                </excludes>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/joram-tests/pom.xml
===================================================================
--- trunk/tests/joram-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/joram-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -112,6 +112,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipJoramTests}</skipTests>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/performance-tests/pom.xml
===================================================================
--- trunk/tests/performance-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/performance-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -122,6 +122,7 @@
                <includes>
                   <include>**/*Test.java</include>
                </includes>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/pom.xml
===================================================================
--- trunk/tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -26,6 +26,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipUnitTests}</skipTests>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/soak-tests/pom.xml
===================================================================
--- trunk/tests/soak-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/soak-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -129,6 +129,7 @@
                <includes>
                   <include>**/*Test.java</include>
                </includes>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/stress-tests/pom.xml
===================================================================
--- trunk/tests/stress-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/stress-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -129,6 +129,7 @@
                <includes>
                   <include>**/*Test.java</include>
                </includes>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>

Modified: trunk/tests/timing-tests/pom.xml
===================================================================
--- trunk/tests/timing-tests/pom.xml	2011-10-12 18:07:38 UTC (rev 11527)
+++ trunk/tests/timing-tests/pom.xml	2011-10-13 07:06:03 UTC (rev 11528)
@@ -127,6 +127,7 @@
             <artifactId>maven-surefire-plugin</artifactId>
             <configuration>
                <skipTests>${skipTimingTests}</skipTests>
+               <argLine>-Djava.util.logging.config.file=${user.dir}/distribution/hornetq/src/main/resources/stand-alone/non-clustered/logging.properties</argLine>
             </configuration>
          </plugin>
       </plugins>



More information about the hornetq-commits mailing list