You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: