[ https://issues.apache.org/jira/browse/TINKERPOP-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15270588#comment-15270588 ]
ASF GitHub Bot commented on TINKERPOP-1120: ------------------------------------------- Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/301#issuecomment-216856863 @dkuppitz --- I can't seem to reproduce this. Note that there is nothing in this PR that has to do with the testing infrastructure (`AbstractGremlinTest`) or TinkerGraph (save indirectly via `TraversalVertexProgram`, but that wouldn't effect test setup and teardown infrastructure). Can you give line numbers to where the failure is occurring? ``` [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary: [INFO] [INFO] Apache TinkerPop .................................. SUCCESS [5.301s] [INFO] Apache TinkerPop :: Gremlin Shaded ................ SUCCESS [3.117s] [INFO] Apache TinkerPop :: Gremlin Core .................. SUCCESS [42.045s] [INFO] Apache TinkerPop :: Gremlin Test .................. SUCCESS [13.780s] [INFO] Apache TinkerPop :: Gremlin Groovy ................ SUCCESS [43.143s] [INFO] Apache TinkerPop :: Gremlin Groovy Test ........... SUCCESS [7.014s] [INFO] Apache TinkerPop :: TinkerGraph Gremlin ........... SUCCESS [1:46.117s] [INFO] Apache TinkerPop :: Gremlin Benchmark ............. SUCCESS [4.385s] [INFO] Apache TinkerPop :: Hadoop Gremlin ................ SUCCESS [6:38.470s] [INFO] Apache TinkerPop :: Spark Gremlin ................. SUCCESS [4:55.645s] [INFO] Apache TinkerPop :: Giraph Gremlin ................ SUCCESS [6.477s] [INFO] Apache TinkerPop :: Neo4j Gremlin ................. SUCCESS [3.377s] [INFO] Apache TinkerPop :: Gremlin Driver ................ SUCCESS [8.600s] [INFO] Apache TinkerPop :: Gremlin Server ................ SUCCESS [39.823s] [INFO] Apache TinkerPop :: Gremlin Console ............... SUCCESS [17.190s] [INFO] Apache TinkerPop :: Gremlin Archetype ............. SUCCESS [0.149s] [INFO] Apache TinkerPop :: Archetype - TinkerGraph ....... SUCCESS [5.030s] [INFO] Apache TinkerPop :: Archetype - Server ............ SUCCESS [10.586s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 16:50.865s [INFO] Finished at: Wed May 04 07:08:15 MDT 2016 [INFO] Final Memory: 133M/739M [INFO] ------------------------------------------------------------------------ ``` > If there is no view nor messages, don't create empty views/messages in > SparkExecutor > ------------------------------------------------------------------------------------ > > Key: TINKERPOP-1120 > URL: https://issues.apache.org/jira/browse/TINKERPOP-1120 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.1.1-incubating > Reporter: Marko A. Rodriguez > Assignee: Marko A. Rodriguez > Fix For: 3.2.1 > > > Doing a simple identity mapping and noticing that I'm creating empty view and > message data! pointless. If there is no view or message for the current > vertex, don't emit an empty view/message. -- This message was sent by Atlassian JIRA (v6.3.4#6332)