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(#191): run docker down to destroy volume & network in e2e test #192

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

mrjones-plip
Copy link
Contributor

Description

This PR changes the docker compose ... rm -f to ``docker compose ... down -v` to ensure volumes and networks are destroyed at the end of a test

closes #191

Code review checklist

  • Readable: Concise, well named, follows the style guide, documented if necessary.
  • Tested: Unit and/or e2e where appropriate
  • Backwards compatible: Works with existing data and configuration or includes a migration. Any breaking changes documented in the release notes.

License

The software is provided under AGPL-3.0. Contributions to this project are accepted under the same license.

@mrjones-plip mrjones-plip requested a review from lorerod December 6, 2024 17:31
@mrjones-plip mrjones-plip changed the title run docker down to destroy volume & network fix(#191): run docker down to destroy volume & network in e2e test Dec 6, 2024
Copy link
Contributor

@lorerod lorerod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's do this. Thanks!

@mrjones-plip mrjones-plip merged commit 5f52f33 into main Dec 6, 2024
7 of 8 checks passed
@mrjones-plip mrjones-plip deleted the 191-destroy-volume-in-e2e branch December 6, 2024 17:47
@medic-ci
Copy link

🎉 This PR is included in version 1.3.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Ensure e2e tests destroy docker network and volumes
3 participants