You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2014/04/05 01:58:22 UTC

git commit: ACCUMULO-2455 Remove JVM reuse, causing some test failures

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT c60e3e593 -> 2cb526e5e


ACCUMULO-2455 Remove JVM reuse, causing some test failures

  Forked JVMs are reused, but a JVM can be left in a bad state, causing
  a cascade of other test failures. This reuse can speed up the tests,
  but I'm disabling it, until we can figure out which tests leave the
  JVM in a bad (non-reusable) state and whether we can actually avoid
  that or not, such that it'd be safe to turn JVM reuse back on.


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/2cb526e5
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/2cb526e5
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/2cb526e5

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 2cb526e5e11a54e6e1932cf37fa715b2cae22533
Parents: c60e3e5
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Apr 4 19:55:25 2014 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Apr 4 19:55:25 2014 -0400

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/2cb526e5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1b555b0..dd6adfa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -129,7 +129,7 @@
     <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
     <powermock.version>1.5</powermock.version>
     <!-- surefire/failsafe plugin option -->
-    <reuseForks>true</reuseForks>
+    <reuseForks>false</reuseForks>
     <sealJars>false</sealJars>
     <!-- overwritten in profiles hadoop-1 or hadoop-2 -->
     <slf4j.version>1.7.5</slf4j.version>