You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ns...@apache.org on 2011/10/11 19:41:57 UTC

svn commit: r1181917 - /hbase/branches/0.89/pom.xml

Author: nspiegelberg
Date: Tue Oct 11 17:41:57 2011
New Revision: 1181917

URL: http://svn.apache.org/viewvc?rev=1181917&view=rev
Log:
Update pom.xml for hbase to include version 2.9 of the Surefire plugin

Summary:
Some of the hbase tests were failing with the following error:

[INFO] Error while executing forked tests.; nested exception is
org.apache.maven.surefire.booter.shade.org.codehaus.plexus.util.cli.CommandLineException:
Error inside systemErr parser

The above error was fixed in Surefire 2.7
http://jira.codehaus.org/browse/SUREFIRE-640

In addition, the surefire plugin wasn't quitting when the tests were finished.

Test Plan: Run tests and see if they are more reliable
Reviewed By: mbautin
Reviewers: mbautin, liyintang
CC: nspiegelberg, mbautin
Differential Revision: 293524

Modified:
    hbase/branches/0.89/pom.xml

Modified: hbase/branches/0.89/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.89/pom.xml?rev=1181917&r1=1181916&r2=1181917&view=diff
==============================================================================
--- hbase/branches/0.89/pom.xml (original)
+++ hbase/branches/0.89/pom.xml Tue Oct 11 17:41:57 2011
@@ -226,7 +226,7 @@
         </plugin>
         <plugin>
           <artifactId>maven-surefire-plugin</artifactId>
-          <version>2.5</version>
+          <version>2.9</version>
           <configuration>
             <forkedProcessTimeoutInSeconds>3600</forkedProcessTimeoutInSeconds>
             <argLine>-Xmx512m</argLine>
@@ -919,7 +919,7 @@
       -->
       <plugin>
         <artifactId>maven-surefire-report-plugin</artifactId>
-        <version>2.5</version>
+        <version>2.9</version>
       </plugin>
       <!--
       <plugin>