mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-21 09:00:35 +00:00
There is a bug in current pytest's boost implementation. When timeout reached process will be killed, but it was not correctly propagated, that lead to a false positive result. This will fail test case when timeout for the process is reached. This is to prevent issues like this https://github.com/scylladb/scylladb/issues/27237 Closes scylladb/scylladb#27463