Skip to content

fix: pytest cluster teardown

Yaroslav Dynnikov requested to merge fix-pytest-teardown into master

Both !73 (merged) and !83 (merged) missed a bug. Iteration over instances could be aborted by an exception during teardown. It resulted in garbage process remaining alive after pytest termination.

Merge request reports