mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
An already known race (see: https://github.com/scylladb/scylladb/issues/15755) has been found once again as part of moving all tests to stop all nodes gracefully on teardown. The solution was to add the lock acquisition also to `stop_gracefully`. Signed-off-by: Eliran Sinvani <eliransin@scylladb.com>