-
Notifications
You must be signed in to change notification settings - Fork 18
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
Stop container before removing it forcefully #228
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #228 +/- ##
=======================================
Coverage 94.96% 94.97%
=======================================
Files 9 9
Lines 1112 1114 +2
Branches 231 231
=======================================
+ Hits 1056 1058 +2
Misses 42 42
Partials 14 14 ☔ View full report in Codecov by Sentry. |
838c86f
to
c814c2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This definitely needs a regression test, i.e. explicitly try to clean up a container that wouldn't stop cleanly under docker.
c814c2d
to
1c266a5
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tests/files/entrypoint.sh
is missing
3da2d36
to
618124e
Compare
@rcmadhankumar can you please rebase? The testsuite had unrelated issues that now got resolved. |
1ef2ed5
to
4bd02ab
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, looks good to me!
Stop container before removing it forcefully on exit.