diff --git a/integration/test_system_backup_restore.html b/integration/test_system_backup_restore.html index dd5e3d38f7..7b774de4d8 100644 --- a/integration/test_system_backup_restore.html +++ b/integration/test_system_backup_restore.html @@ -148,9 +148,10 @@

Functions

Scenario: system backup with volume backup policy (if-not-present) should -only create volume backup when there is no existing backup in -the volume.

-

Issue: https://github.com/longhorn/longhorn/issues/5011

+create volume backup when no backup exists for the volume or when +the last backup is outdated.

+

Issue: https://github.com/longhorn/longhorn/issues/5011 +https://github.com/longhorn/longhorn/issues/6027

Given a volume is created.

When system backup (system-backup-1) has no volume backup policy. And system backup (system-backup-1) created. @@ -161,7 +162,13 @@

Functions

(if-not-present). And system backup (system-backup-2) created. Then system backup is in state (Ready). -And volume has backup count (1).

+And volume has backup count (1).

+

When system backup (system-backup-3) has volume backup policy +(if-not-present). +And write data to volume. +And system backup (system-backup-3) created. +Then system backup is in state (Ready). +And volume has backup count (2).