From 91c9f14db00f308e30b401859ca996367c6501f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Leszczy=C5=84ski?= <2000michal@wp.pl> Date: Tue, 17 Dec 2024 12:38:27 +0100 Subject: [PATCH] chore(restore_test): adjust tests to Scylla backup API 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. --- pkg/service/restore/restore_integration_test.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkg/service/restore/restore_integration_test.go b/pkg/service/restore/restore_integration_test.go index f0d37eaa4..0b8492f69 100644 --- a/pkg/service/restore/restore_integration_test.go +++ b/pkg/service/restore/restore_integration_test.go @@ -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()