You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by GitBox <gi...@apache.org> on 2019/11/14 03:53:34 UTC

[GitHub] [tinkerpop] javeme commented on issue #1222: TINKERPOP-2313 Support g.E().properties().hasKey('xx') & hasValue('xx')

javeme commented on issue #1222: TINKERPOP-2313 Support g.E().properties().hasKey('xx') & hasValue('xx')
URL: https://github.com/apache/tinkerpop/pull/1222#issuecomment-553713046
 
 
   It seems there is no effect on HadoopProperty dedup:
   ```java
   [INFO] Running org.apache.tinkerpop.gremlin.spark.process.computer.SparkGraphComputerProcessIntegrateTest
   [ERROR] org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest - Expected results: [0.2]
   [ERROR] org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest - Actual results:   [0.2, 0.2]
   [ERROR] org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest - Expected results: [0.5, 0.4, 1.0, 0.2, 0.4, 1.0]
   [ERROR] org.apache.tinkerpop.gremlin.process.AbstractGremlinProcessTest - Actual results:   [0.5, 0.5, 0.4, 0.4, 0.4, 0.4, 1.0, 1.0, 1.0, 1.0, 0.2, 0.2]
   [ERROR] Tests run: 743, Failures: 2, Errors: 0, Skipped: 175, Time elapsed: 859.733 s <<< FAILURE! - in org.apache.tinkerpop.gremlin.spark.process.computer.SparkGraphComputerProcessIntegrateTest
   [ERROR] g_V_bothE_properties_dedup_hasKeyXweightX_hasValueXltX0d3XX_value(org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasTest$Traversals)  Time elapsed: 0.584 s  <<< FAILURE!
   java.lang.AssertionError: Checking result size expected:<1> but was:<2>
   [ERROR] g_V_bothE_properties_dedup_hasKeyXweightX_value(org.apache.tinkerpop.gremlin.process.traversal.step.filter.HasTest$Traversals)  Time elapsed: 0.33 s  <<< FAILURE!
   java.lang.AssertionError: Checking result size expected:<6> but was:<12>
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services