Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: speed up Cucumber stop test #10032

Merged
merged 1 commit into from
Dec 2, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 2 additions & 1 deletion e2e/cucumber-features/stop.feature
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Background:
sleep: # will be killed
image: alpine
command: ping localhost
init: true
"""

Scenario: Cascade stop
Expand All @@ -22,7 +23,7 @@ Scenario: Exit code from
When I run "compose up --exit-code-from sleep"
Then the output contains "should_fail-1 exited with code 1"
And the output contains "Aborting on container exit..."
And the exit code is 137
And the exit code is 143

Scenario: Exit code from unknown service
When I run "compose up --exit-code-from unknown"
Expand Down