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.
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.