You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/06/17 18:20:50 UTC

incubator-tinkerpop git commit: Remove setting for neo4j.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master 50d87ac07 -> f5881449d


Remove <reuseForks> setting for neo4j.

Causes easily repeatable test failure with that setting.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/f5881449
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/f5881449
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/f5881449

Branch: refs/heads/master
Commit: f5881449dbfa64c50298aaf772981f7e0077a323
Parents: 50d87ac
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Jun 17 12:20:04 2015 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Jun 17 12:20:04 2015 -0400

----------------------------------------------------------------------
 neo4j-gremlin/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/f5881449/neo4j-gremlin/pom.xml
----------------------------------------------------------------------
diff --git a/neo4j-gremlin/pom.xml b/neo4j-gremlin/pom.xml
index 69406b1..a28489a 100644
--- a/neo4j-gremlin/pom.xml
+++ b/neo4j-gremlin/pom.xml
@@ -148,7 +148,6 @@ limitations under the License.
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             <skipTests>false</skipTests>
-                            <reuseForks>false</reuseForks>
                         </configuration>
                     </plugin>
                     <plugin>