Skip to content

Commit a461805

Browse files
Add comment
Signed-off-by: Markus Hentsch <[email protected]>
1 parent c7e5ece commit a461805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/iaas/volume-backup/volume-backup-tester.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ def wait_for_resource(resource_type: str, resource_id: str,
222222
# its own in the meantime ignore it
223223
continue
224224
except ConformanceTestException as e:
225+
# This exception happens if the backup state does not reach any
226+
# of the desired ones specified above. We do not need to set
227+
# cleanup_was_successful to False here since any remaining ones
228+
# will be caught in the next loop down below anyway.
225229
logging.warning(str(e))
226230
else:
227231
logging.info(f"↳ deleting volume backup '{backup.id}' ...")

0 commit comments

Comments
 (0)