[
https://issues.apache.org/jira/browse/TINKERPOP-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16356648#comment-16356648
]
Jorge Bay commented on TINKERPOP-1857:
--------------------------------------
We can ignore tests on .NET GLV:
{code:java}
IgnoredScenarios = new Dictionary<string, IgnoreReason>
{
{ "g_V_branchXlabel_eq_person", IgnoreReason.NeedsFurtherInvestigation },
{ "scenario name", IgnoreReason.AnotherReason },
};
{code}
https://github.com/apache/tinkerpop/blob/tp32/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js#L62
and on the JavaScript GLV:
{code:javascript}
const ignoredScenarios = {
// An associative array containing the scenario name as key and the error as
value:
'g_V_branchXlabel_eq_person': new
IgnoreError(ignoreReason.lambdaNotSupported),
};
{code}
https://github.com/apache/tinkerpop/blob/tp32/gremlin-javascript/src/main/javascript/gremlin-javascript/test/cucumber/feature-steps.js#L62
> GLV test suite consistency and completeness
> -------------------------------------------
>
> Key: TINKERPOP-1857
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1857
> Project: TinkerPop
> Issue Type: Improvement
> Components: test-suite
> Affects Versions: 3.2.7
> Reporter: stephen mallette
> Assignee: stephen mallette
> Priority: Major
> Fix For: 3.2.8, 3.3.2
>
>
> While the GLV test suite was largely completed in 3.2.7/3.3.1 there were a
> number of tests that weren't fully migrated and minor naming inconsistencies
> that needed to be addressed.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)