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

Nesting commands to fix container cleanup #1542

Merged
merged 2 commits into from
Sep 23, 2024

Conversation

alisonlhart
Copy link
Contributor

@alisonlhart alisonlhart commented Sep 18, 2024

This change resolves a bug where containers were improperly stopped when using the extension in EE mode.

The issue resulted in a podman cp failure in the logs, in both upstream and downstream containers. This change adds onto the change in #1535, keeping xargs out of the command for downstream purposes, while still retaining the ability to get the container name for removal.

Tests were confirmed to pass with manual local testing.

@alisonlhart
Copy link
Contributor Author

I tried testing this change on my own fork, and I'm not seeing the linux UI test failures there: https://github.com/alisonlhart/vscode-ansible/actions/runs/10923846578/job/30322518348?pr=5

@alisonlhart
Copy link
Contributor Author

Local tests for macOS and Windows have passed. Manually merging this with the team's approval.

@alisonlhart alisonlhart merged commit 8c4243f into ansible:main Sep 23, 2024
9 of 12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants