Skip to content

Commit

Permalink
chore(restore_test): adjust tests to Scylla backup API
Browse files Browse the repository at this point in the history
Using Scylla backup API does not result in changes
to Rclone transfers, rate limiting or cpu pinning,
so it shouldn't be checked as a part of the restore test.
  • Loading branch information
Michal-Leszczynski committed Dec 17, 2024
1 parent b51c8b6 commit c7a4ca0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pkg/service/restore/restore_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -611,9 +611,6 @@ func TestRestoreTablesPreparationIntegration(t *testing.T) {
"rate_limit": []string{"88"},
})

Print("Validate state after backup")
validateState(h.srcCluster, "repair", true, 3, 88, pinnedCPU)

runRestore := func(ctx context.Context, finishedRestore chan error) {
grantRestoreTablesPermissions(t, h.dstCluster.rootSession, ksFilter, h.dstUser)
h.dstCluster.RunID = uuid.NewTime()
Expand Down

0 comments on commit c7a4ca0

Please sign in to comment.