mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-25 19:10:42 +00:00
This commit adds a reproduction test for scylladb/scylladb#26190 to the service levels test suite. Although the bug was fixed internally in Seastar, the corner-case service level name reuse scenario should be covered by tests to prevent regressions. Refs: https://github.com/scylladb/scylladb/issues/26190 Closes scylladb/scylladb#26379