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

clean up zombie fixtures on startup before trying to mount new ones #27

Open
FabienArcellier opened this issue Jun 21, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@FabienArcellier
Copy link
Owner

When tests are abruptly interrupted, some fixtures remain active. If they have mounted containers, they are still present.

It happens when the developer kills the test process without waiting for it to finish running. The fixtup cleanup handler is bypassed and does not clean up fixtures that are still mounted.

The purpose of this ticket is to implement a mechanism to clean up these zombie fixtures before mounting new ones.

@FabienArcellier FabienArcellier added the enhancement New feature or request label Jun 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant