Skip to content

Commit

Permalink
test(talos): test_backup_lock_deletion_during_backup
Browse files Browse the repository at this point in the history
ref: 3161

Signed-off-by: Chin-Ya Huang <[email protected]>
  • Loading branch information
c3y1huang committed Jan 3, 2024
1 parent 62faff7 commit cf7d5c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager/integration/tests/test_basic.py
Original file line number Diff line number Diff line change
Expand Up @@ -3173,7 +3173,8 @@ def test_backup_lock_deletion_during_backup(set_random_backupstore, client, core
b1 = None
assert b1 is None

client.create_volume(name=restore_volume_name_1, fromBackup=b2.url)
client.create_volume(name=restore_volume_name_1, fromBackup=b2.url,
numberOfReplicas=3)

wait_for_volume_restoration_completed(client, restore_volume_name_1)
restore_volume_1 = wait_for_volume_detached(client, restore_volume_name_1)
Expand Down

0 comments on commit cf7d5c5

Please sign in to comment.