mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-29 11:10:40 +00:00
Add the test file name to `ScyllaClusterManager` log file names alongside the test function name.
This avoids race conditions when tests with the same function names are executed simultaneously.
Fixes scylladb/scylladb#21807
Backport: not needed since this is a fix in the testing scripts.
Closes scylladb/scylladb#22192
(cherry picked from commit 2f1731c551)
Closes scylladb/scylladb#22248