[ https://issues.apache.org/jira/browse/TINKERPOP-1219?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15197607#comment-15197607 ]
ASF GitHub Bot commented on TINKERPOP-1219: ------------------------------------------- Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/267#issuecomment-197409086 ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache TinkerPop .................................. SUCCESS [5.475s] [INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [2.730s] [INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS [45.587s] [INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [13.455s] [INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS [43.580s] [INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [6.946s] [INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS [2:08.320s] [INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS [6:23.360s] [INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS [5:40.072s] [INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS [9.542s] [INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS [20:00.173s] [INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS [9.509s] [INFO] Apache TinkerPop :: Gremlin Server ................ SUCCESS [6.850s] [INFO] Apache TinkerPop :: Gremlin Console ............... SUCCESS [16.411s] [INFO] Apache TinkerPop :: Gremlin Archetype ............. SUCCESS [0.097s] [INFO] Apache TinkerPop :: Archetype - TinkerGraph ....... SUCCESS [4.735s] [INFO] Apache TinkerPop :: Archetype - Server ............ SUCCESS [10.764s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 37:08.169s [INFO] Finished at: Wed Mar 16 10:17:59 MDT 2016 [INFO] Final Memory: 109M/759M ``` VOTE +1. > Create a test case that ensures the provider's compilation of g.V(x) and > g.V().hasId(x) is identical > ---------------------------------------------------------------------------------------------------- > > Key: TINKERPOP-1219 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1219 > Project: TinkerPop > Issue Type: Improvement > Components: test-suite > Affects Versions: 3.1.1-incubating > Reporter: Mike Dias > Assignee: Marko A. Rodriguez > Priority: Minor > Labels: breaking, test > Fix For: 3.1.2-incubating > > > As discussed in this topic: > https://groups.google.com/forum/#!topic/gremlin-users/Kz2bOeAeqh4 > It will ensure the same behavior between g.V().hasId(id) vs. g.V(id) and > graph.vertices(id) -- This message was sent by Atlassian JIRA (v6.3.4#6332)