You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/31 17:23:58 UTC

[jira] [Commented] (TINKERPOP-1531) DedupTest.g_V_asXaX_repeatXbothX_timesX3X_emit_asXbX_group_byXselectXaXX_byXselectXbX_dedup_order_byXidX_foldX_selectXvaluesX_unfold_dedup assumes id implements Comparable

    [ https://issues.apache.org/jira/browse/TINKERPOP-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15622791#comment-15622791 ] 

Marko A. Rodriguez commented on TINKERPOP-1531:
-----------------------------------------------

Yea, that is a bad test. Can you change the test and provide a PR? (or... was this already done? -- if so, please close this JIRA ticket).

> DedupTest.g_V_asXaX_repeatXbothX_timesX3X_emit_asXbX_group_byXselectXaXX_byXselectXbX_dedup_order_byXidX_foldX_selectXvaluesX_unfold_dedup assumes id implements Comparable
> ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: TINKERPOP-1531
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1531
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: test-suite
>    Affects Versions: 3.2.3
>            Reporter: pieter martin
>            Priority: Minor
>
> {noformat}DedupTest.g_V_asXaX_repeatXbothX_timesX3X_emit_asXbX_group_byXselectXaXX_byXselectXbX_dedup_order_byXidX_foldX_selectXvaluesX_unfold_dedup{noformat} includes {noformat}order().by(T.id){noformat} which assumes that the id implements Comparable.
> As ids are specified as Object this is not always true.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)