[
https://issues.apache.org/jira/browse/TINKERPOP-1892?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16395745#comment-16395745
]
Florian Hockmann commented on TINKERPOP-1892:
---------------------------------------------
{quote}is it possible that when a failure occurs, that the rest of the feature
file stops testing, so that tests following the failure in that particular
feature file aren't counted?
{quote}
Turns out that you were nearly right: The {{GherkinTestRunner}} stopped
processing a feature file after one scenario was _skipped_. This was simply
causes by a {{break}} that should be a {{continue}}.
I fixed that with a CTR commit:
[https://github.com/apache/tinkerpop/commit/b25b9767547b2956f224cbe6fb55c756d5df612e]
This also showed yet another category of test failures in Gremlin.Net for which
I created TINKERPOP-1922.
Now I'm getting on {{tp32}}: _Total scenarios: 451. Passed: 417. Failed: 0.
Skipped: 34._
So the total number is right although 34 scenarios are skipped.
> GLV test failures for .NET
> --------------------------
>
> Key: TINKERPOP-1892
> URL: https://issues.apache.org/jira/browse/TINKERPOP-1892
> Project: TinkerPop
> Issue Type: Bug
> Components: dotnet
> Affects Versions: 3.2.7
> Reporter: stephen mallette
> Priority: Major
> Fix For: 3.2.8, 3.3.2
>
>
> There are a number of test failures with the latest updates to the GLV test
> suite on TINKERPOP-1857. Those tests have been "ignored" in
> {{GherkinTestRunner}}. I wasn't able to discern a pattern there to make this
> ticket any more specific. Hopefully once someone digs into this one, a better
> title can be written or more specific JIRA issues can be produced.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)