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 2018/03/16 10:38:59 UTC

tinkerpop git commit: Follow-up fix to "sink" data changes for the test that uses it.

Repository: tinkerpop
Updated Branches:
  refs/heads/giraph-fix [created] 5088e0024


Follow-up fix to "sink" data changes for the test that uses it.

Giraph was failing for some reason and i think this was the reason - CTR


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

Branch: refs/heads/giraph-fix
Commit: 5088e0024ae59ca01412b1f4293e82b8dce841f0
Parents: d3d1ccf
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Fri Mar 16 06:36:15 2018 -0400
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Fri Mar 16 06:36:15 2018 -0400

----------------------------------------------------------------------
 .../tinkerpop/gremlin/process/computer/GraphComputerTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/5088e002/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java
----------------------------------------------------------------------
diff --git a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java
index f9e79ae..3f492d6 100644
--- a/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java
+++ b/gremlin-test/src/main/java/org/apache/tinkerpop/gremlin/process/computer/GraphComputerTest.java
@@ -2758,7 +2758,7 @@ public class GraphComputerTest extends AbstractGremlinProcessTest {
         private static final String SIMPLE_VERTEX_PROGRAM_CFG_PREFIX = "gremlin.simpleVertexProgram";
         private static final String PROPERTY_OUT = "propertyout";
         private static final String PROPERTY_IN = "name";
-        private static final String VERTEX_LABEL = "message_passing_test";
+        private static final String VERTEX_LABEL = "message";
         private static final String DIRECTION_CFG_KEY = SIMPLE_VERTEX_PROGRAM_CFG_PREFIX + ".direction";
 
         private Direction direction;