Github user jorgebay commented on the issue:
https://github.com/apache/tinkerpop/pull/889
`submit()` accepting `requestId` looks good!
About running the test locally, you should try (on root tinkerpop
directory):
- `mvn clean install -DskipTests` (run this once to generate the necessary
server jars)
- `mvn verify -pl :gremlin-javascript` (run it each time you want to test)
There's more info here:
http://tinkerpop.apache.org/docs/current/dev/developer/---
