mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-08 07:53:20 +00:00
Test `test_auth_v2_migration` creates auth data where role `users` has assigned service level `sl:fefe` but the service level isn't actually created. In following patches, we are going to introduce effective service levels cache which depends on auth and is refreshed when mutations are applied to v2 auth tables. Without this changes, this test will fail because the service level doesn't exist. Also the name `sl:fefe` is change to `sl1`.