Skip to content

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

Description

@FabienArcellier

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions