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 2015/12/01 19:44:11 UTC

[jira] [Closed] (TINKERPOP3-1001) SugarLoaderPerformanceTest contains hardcoded vertex ids

     [ https://issues.apache.org/jira/browse/TINKERPOP3-1001?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Marko A. Rodriguez closed TINKERPOP3-1001.
------------------------------------------
    Resolution: Fixed

This was merged a while back. JIRA ticket never closed.

> SugarLoaderPerformanceTest contains hardcoded vertex ids
> --------------------------------------------------------
>
>                 Key: TINKERPOP3-1001
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP3-1001
>             Project: TinkerPop 3
>          Issue Type: Bug
>          Components: test-suite
>    Affects Versions: 3.1.1-incubating
>            Reporter: pieter martin
>            Assignee: Marko A. Rodriguez
>            Priority: Minor
>             Fix For: 3.1.1-incubating
>
>
> The following tests have hardcoded ids,
> SugarLoaderPerformanceTest.java_g_VX1X_name
> SugarLoaderPerformanceTest.groovy_g_VX1X_name
> SugarLoaderPerformanceTest.java_g_VX1X_outE
> SugarLoaderPerformanceTest.groovy_g_VX1X_outE 
> Replacing the integer with 
> {noformat}
> graphProvider.convertId(1, Vertex.class)
> {noformat}
> resolves the issue.
> I'll submit a PR for this.



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