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-reusab
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,
bu