Skip to content

Test suite: Fix race in "I kill the process"

segfault requested to merge fix-test-suite-race into stable

It happened to me that the process which should be killed has already exited. We only use this step as recovery in retry loops, so we don't care if the process has already exited, we just want to make sure that it is terminated.

Merge request reports