From 6b0bba6a9d8507a8b11997b6c0e5ea597f2a3eed Mon Sep 17 00:00:00 2001 From: c3y1huang Date: Mon, 11 Nov 2024 00:08:45 +0000 Subject: [PATCH] Update testing docs Signed-off-by: c3y1huang --- integration/test_system_backup_restore.html | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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).