Author: tucu
Date: Wed May  2 23:33:16 2012
New Revision: 1333254

URL: http://svn.apache.org/viewvc?rev=1333254&view=rev
Log:
OOZIE-783 Upgrade to Junit4 (virag via tucu)

Modified:
    incubator/oozie/trunk/pom.xml
    incubator/oozie/trunk/release-log.txt

Modified: incubator/oozie/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/oozie/trunk/pom.xml?rev=1333254&r1=1333253&r2=1333254&view=diff
==============================================================================
--- incubator/oozie/trunk/pom.xml (original)
+++ incubator/oozie/trunk/pom.xml Wed May  2 23:33:16 2012
@@ -249,7 +249,7 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>3.8.1</version>
+                <version>4.10</version>
             </dependency>
 
             <dependency>
@@ -647,7 +647,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.7</version>
+                    <version>2.12</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
@@ -812,6 +812,10 @@
                         <!-- See 'testSqoop' profile in core/pom.xml and the 
Building doc-->
                         <exclude>**/TestSqoop*.java</exclude>
                     </excludes>
+                    <!-- DO NOT CHANGE THIS VALUES, TESTCASES CANNOT RUN IN 
PARALLEL -->
+                    <parallel>classes</parallel>
+                    <threadCount>1</threadCount>
+                    <perCoreThreadCount>1</perCoreThreadCount>
                 </configuration>
             </plugin>
             <plugin>

Modified: incubator/oozie/trunk/release-log.txt
URL: 
http://svn.apache.org/viewvc/incubator/oozie/trunk/release-log.txt?rev=1333254&r1=1333253&r2=1333254&view=diff
==============================================================================
--- incubator/oozie/trunk/release-log.txt (original)
+++ incubator/oozie/trunk/release-log.txt Wed May  2 23:33:16 2012
@@ -1,8 +1,9 @@
 -- Oozie 3.2.0 release
 
-OOZIE-815: Remove select * from queries related to coord action (Virag via 
Mohammad)
-OOZIE-826: TestCoordKillXCommand's testCoordKillXCommandUniqueness testcase is 
failing after interrupt changes(virag via Mohammad)
-OOZIE-819: Interrupt map doesn't have unique set of commands for a given 
jobid(virag via Mohammad)
+OOZIE-783 Upgrade to Junit4 (virag via tucu)
+OOZIE-815 Remove select * from queries related to coord action (Virag via 
Mohammad)
+OOZIE-826 TestCoordKillXCommand's testCoordKillXCommandUniqueness testcase is 
failing after interrupt changes(virag via Mohammad)
+OOZIE-819 Interrupt map doesn't have unique set of commands for a given 
jobid(virag via Mohammad)
 OOZIE-810 Modify Oozie POM to pickup doxia 9.2y from a repo where it is 
avail(tucu via Mohammad)
 OOZIE-241 EL function(s) to expose action output data as a (XML/JSON/PROP) 
blob (tucu)
 OOZIE-825 Update oozie-sharelib-hive to use Hive 0.9.0 (virag via tucu)


Reply via email to