]> git.ipfire.org Git - thirdparty/suricata-verify.git/commit
runner: convert to multi-threading from multi-processing
authorJason Ish <jason.ish@oisf.net>
Mon, 7 Jul 2025 06:01:06 +0000 (00:01 -0600)
committerVictor Julien <victor@inliniac.net>
Tue, 15 Jul 2025 14:40:39 +0000 (16:40 +0200)
commita992480818d9e26052ac4854f642b76da8870ee7
tree48194df6c2f02a86c98b513ede21fe032f15fdcc
parent486e1d411d65093ec0461a4fad8c73254b589f74
runner: convert to multi-threading from multi-processing

Multi-processing has issues on Windows, moving to threading does allow
it to work on Windows (with a few issues to still figure out).

This removes the single thread runner, instead for Windows and Mac
we'll just use one job for now, and change that default as we prove
its reliaable.

Update ctrl-c handling as well, for reliable ctrl-c cancellation.
run.py