Skip to content

Commit 92fed91

Browse files
authored
Merge pull request #75 from jfdenise/eap81-beta-dev
Set timeout in behave test
2 parents f345ac9 + 91a50f9 commit 92fed91

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

builder-image/tests/features/extensions.feature

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ Feature: EAP extensions tests
6868
Then container log should contain TEST_ERROR_MESSAGE
6969
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
7070

71+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
72+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
73+
@ignore
7174
Scenario: Test preconfigure.sh fails in bash
7275
When container integ- is started with env
7376
| variable | value |
@@ -86,6 +89,9 @@ Feature: EAP extensions tests
8689
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
8790
And container log should contain Error, server failed to configure. Can't proceed with custom extensions script
8891

92+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
93+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
94+
@ignore
8995
Scenario: Test preconfigure.sh fails in CLI script
9096
When container integ- is started with env
9197
| variable | value |
@@ -173,6 +179,9 @@ Feature: EAP extensions tests
173179
And container log should contain TEST_ERROR_MESSAGE
174180
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
175181

182+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
183+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
184+
@ignore
176185
Scenario: Test postconfigure.sh fails in bash
177186
When container integ- is started with env
178187
| variable | value |
@@ -193,6 +202,9 @@ Feature: EAP extensions tests
193202
And container log should contain Shutting down in response to management operation 'shutdown'
194203
And container log should not contain WFLYSRV0010: Deployed "ROOT.war" (runtime-name : "ROOT.war")
195204

205+
# This test is too fragile when we are disabling SCRIPT_INVOKER (that is unsupported).
206+
# Fragility comes from the fact that no java process is started in the test framework look for existing process.
207+
@ignore
196208
Scenario: Test postconfigure.sh fails in CLI script
197209
When container integ- is started with env
198210
| variable | value |

builder-image/tests/features/s2i.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ Feature: EAP s2i tests
7070
| path | /create/1 |
7171
| port | 8080 |
7272
| expected_phrase | 1 created |
73+
| timeout | 10 |
7374
Then check that page is served
7475
| property | value |
7576
| path | /isInCache/1 |

0 commit comments

Comments
 (0)