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

Make the local test runs clean up properly and work with dirty docker daemons #849

Open
achimnol opened this issue May 20, 2024 · 0 comments
Assignees
Labels
bug sprint:pyconus2024 Issues marked for the sprint in PyCon US 2024

Comments

@achimnol
Copy link
Member

achimnol commented May 20, 2024

In most local development setups, the Docker service is shared with existing workloads meaning that it may have other containers and images which aren't created by the test suite of this project. There are several test cases that fail with those containers and images, so running the test suite locally often fails while it succeeds in the CI.

Let's make them robust against existing containers and images. Also, we need to ensure repeating/interrupting tests should clean up any containers and temporary images created during the test run.

@achimnol achimnol added bug sprint:pyconus2024 Issues marked for the sprint in PyCon US 2024 labels May 20, 2024
This was referenced May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug sprint:pyconus2024 Issues marked for the sprint in PyCon US 2024
Projects
None yet
Development

No branches or pull requests

2 participants