You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ke...@apache.org on 2023/06/01 19:52:28 UTC

[tinkerpop] branch ken/remoteworldmaster created (now cb07b9559f)

This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a change to branch ken/remoteworldmaster
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git


      at cb07b9559f Ignore stepE

This branch includes the following new commits:

     new cb07b9559f Ignore stepE

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[tinkerpop] 01/01: Ignore stepE

Posted by ke...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

kenhuuu pushed a commit to branch ken/remoteworldmaster
in repository https://gitbox.apache.org/repos/asf/tinkerpop.git

commit cb07b9559fd1b6912fc63556e878214fd7ab6f74
Author: Ken Hu <10...@users.noreply.github.com>
AuthorDate: Thu Jun 1 12:52:10 2023 -0700

    Ignore stepE
---
 .../java/org/apache/tinkerpop/gremlin/driver/remote/RemoteWorld.java     | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/RemoteWorld.java b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/RemoteWorld.java
index acf52deae3..ec0fdff993 100644
--- a/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/RemoteWorld.java
+++ b/gremlin-server/src/test/java/org/apache/tinkerpop/gremlin/driver/remote/RemoteWorld.java
@@ -115,6 +115,7 @@ public abstract class RemoteWorld implements World {
                 "@StepDrop",
                 "@StepInject",
                 "@StepV",
+                "@StepE",
                 "@GraphComputerVerificationOneBulk",
                 "@GraphComputerVerificationStrategyNotSupported",
                 "@GraphComputerVerificationMidVNotSupported",