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

fix(purge): Updating purge to stop/remove all devservices containers #188

Merged
merged 1 commit into from
Dec 30, 2024

Conversation

IanWoodard
Copy link
Member

Currently, we only stop/remove running devservices containers during purge which means there is an edge case where problematic containers are not running and thus are not removed by purge. This can lead to issues such as "network not found" errors when starting up.
https://getsentry.atlassian.net/browse/DEVINFRA-565

Copy link

codecov bot commented Dec 30, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.85%. Comparing base (cd9edb9) to head (c955244).
Report is 1 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #188   +/-   ##
=======================================
  Coverage   92.85%   92.85%           
=======================================
  Files          22       22           
  Lines        1470     1470           
=======================================
  Hits         1365     1365           
  Misses        105      105           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@IanWoodard IanWoodard merged commit 2415de5 into main Dec 30, 2024
14 checks passed
@IanWoodard IanWoodard deleted the iw/purge-improvement branch December 30, 2024 17:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants