Skip to content

Draft: testsuite: Teminate processes when the testsuite is interrupted

Matthew Pickering requested to merge wip/testsuite-cleanup into master

This isn't perfect, but at least catches some of the bad cases where we wouldn't clean up spawned processes when the testsuite was interupted.

It might be cleaner in future to use multiprocessing rather than threading library, which more directly allows you to spawn and kill jobs.

Fixes #19674 and #17279

Edited by Andreas Klebinger

Merge request reports