Skip to content

Commit

Permalink
fix(repair_test): don't assume that system_auth always exist
Browse files Browse the repository at this point in the history
Starting with Scylla 6.0, system_auth is moved to system/system_auth_v2 and is handled by raft. New clusters won't have the old system_auth tables.
  • Loading branch information
Michal-Leszczynski committed May 22, 2024
1 parent 788f357 commit 34defe1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/service/repair/service_repair_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,6 @@ func TestServiceRepairOrderIntegration(t *testing.T) {
FlushTable(t, c, ManagedClusterHosts(), ks3, t1)

expectedRepairOrder := []string{
"system_auth.role_attributes",
"system_auth.role_members",
"system_auth.*",
"system_replicated_keys.*",
"system_distributed.*",
Expand Down

0 comments on commit 34defe1

Please sign in to comment.