Skip to content

Commit 1c162eb

Browse files
committed
bump query version in java and fix retry fixture
1 parent 5d5f858 commit 1c162eb

File tree

2 files changed

+2
-47
lines changed

2 files changed

+2
-47
lines changed

java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>io.cucumber</groupId>
5858
<artifactId>query</artifactId>
59-
<version>[13.0.0,14.0.0)</version>
59+
<version>[13.0.1,14.0.0)</version>
6060
</dependency>
6161

6262
<dependency>

testdata/retry.feature.xml

Lines changed: 1 addition & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,16 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<testsuite name="Cucumber" time="0.041" tests="10" skipped="0" failures="7" errors="0">
2+
<testsuite name="Cucumber" time="0.041" tests="5" skipped="0" failures="2" errors="0">
33
<testcase classname="Retry" name="Test cases that pass aren't retried" time="0.003">
44
<system-out><![CDATA[
55
Given a step that always passes.............................................passed
66
]]></system-out>
77
</testcase>
88
<testcase classname="Retry" name="Test cases that fail are retried if within the --retry limit" time="0.003">
9-
<failure type="Error" message="Exception in step">
10-
<![CDATA[Exception in step
11-
samples/retry/retry.feature:12]]>
12-
</failure>
13-
<system-out><![CDATA[
14-
Given a step that passes the second time....................................failed
15-
]]></system-out>
16-
</testcase>
17-
<testcase classname="Retry" name="Test cases that fail are retried if within the --retry limit" time="0.003">
189
<system-out><![CDATA[
1910
Given a step that passes the second time....................................passed
2011
]]></system-out>
2112
</testcase>
2213
<testcase classname="Retry" name="Test cases that fail will continue to retry up to the --retry limit" time="0.003">
23-
<failure type="Error" message="Exception in step">
24-
<![CDATA[Exception in step
25-
samples/retry/retry.feature:15]]>
26-
</failure>
27-
<system-out><![CDATA[
28-
Given a step that passes the third time.....................................failed
29-
]]></system-out>
30-
</testcase>
31-
<testcase classname="Retry" name="Test cases that fail will continue to retry up to the --retry limit" time="0.003">
32-
<failure type="Error" message="Exception in step">
33-
<![CDATA[Exception in step
34-
samples/retry/retry.feature:15]]>
35-
</failure>
36-
<system-out><![CDATA[
37-
Given a step that passes the third time.....................................failed
38-
]]></system-out>
39-
</testcase>
40-
<testcase classname="Retry" name="Test cases that fail will continue to retry up to the --retry limit" time="0.003">
4114
<system-out><![CDATA[
4215
Given a step that passes the third time.....................................passed
4316
]]></system-out>
@@ -51,24 +24,6 @@ samples/retry/retry.feature:18]]>
5124
Given a step that always fails..............................................failed
5225
]]></system-out>
5326
</testcase>
54-
<testcase classname="Retry" name="Test cases won't retry after failing more than the --retry limit" time="0.003">
55-
<failure type="Error" message="Exception in step">
56-
<![CDATA[Exception in step
57-
samples/retry/retry.feature:18]]>
58-
</failure>
59-
<system-out><![CDATA[
60-
Given a step that always fails..............................................failed
61-
]]></system-out>
62-
</testcase>
63-
<testcase classname="Retry" name="Test cases won't retry after failing more than the --retry limit" time="0.003">
64-
<failure type="Error" message="Exception in step">
65-
<![CDATA[Exception in step
66-
samples/retry/retry.feature:18]]>
67-
</failure>
68-
<system-out><![CDATA[
69-
Given a step that always fails..............................................failed
70-
]]></system-out>
71-
</testcase>
7227
<testcase classname="Retry" name="Test cases won't retry when the status is UNDEFINED" time="0.003">
7328
<failure/>
7429
<system-out><![CDATA[

0 commit comments

Comments
 (0)