Skip to content

Commit

Permalink
fix demand-backup-sharded test
Browse files Browse the repository at this point in the history
  • Loading branch information
hors committed Aug 29, 2023
1 parent ff128ef commit 04eb3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/demand-backup-sharded/run
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ if [ -z "$SKIP_BACKUPS_TO_AWS_GCP_AZURE" ]; then
insert_data "100501"
check_data "-2nd"
run_restore "$backup_name_gcp"
wait_restore "$backup_name_aws" "$cluster"
wait_restore "$backup_name_gcp" "$cluster"
check_data

desc 'check backup and restore -- azure-blob'
Expand All @@ -142,7 +142,7 @@ if [ -z "$SKIP_BACKUPS_TO_AWS_GCP_AZURE" ]; then
insert_data "100501"
check_data "-2nd"
run_restore "$backup_name_azure"
wait_restore "$backup_name_aws" "$cluster"
wait_restore "$backup_name_azure" "$cluster"
check_data
fi

Expand All @@ -155,7 +155,7 @@ kubectl_bin run -i --rm aws-cli --image=perconalab/awscli --restart=Never -- \
insert_data "100501"
check_data "-2nd"
run_restore "$backup_name_minio"
wait_restore "$backup_name_aws" "$cluster"
wait_restore "$backup_name_minio" "$cluster"
check_data

desc 'delete backup and check if it is removed from bucket -- minio'
Expand Down

0 comments on commit 04eb3f3

Please sign in to comment.