Skip to content

Commit

Permalink
Remove manual test case dr volume node reboot
Browse files Browse the repository at this point in the history
longhorn/longhorn#8425

Signed-off-by: Roger Yao <[email protected]>
  • Loading branch information
roger-ryao committed Nov 15, 2024
1 parent 4759be0 commit 548668d
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 28 deletions.

This file was deleted.

27 changes: 23 additions & 4 deletions e2e/tests/negative/test_dr_volume_node_reboot.robot
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,16 @@ ${DATA_ENGINE} v1
*** Test Cases ***
DR Volume Node Reboot During Initial Restoration
[Tags] manual longhorn-8425
[Documentation] Test DR volume node reboot
... during initial restoration
[Documentation] Test DR volume node reboot during initial restoration
... Create a pod with Longhorn volume.
... Write data to the volume and get the md5sum.
... Create the 1st backup for the volume.
... Create a DR volume from the backup.
... Wait for the DR volume starting the initial restore.
... Then reboot the DR volume attached node immediately.
... Wait for the DR volume detached then reattached.
... Wait for the DR volume restore complete after the reattachment.
... Activate the DR volume and check the data md5sum.
Given Create volume 0 with dataEngine=${DATA_ENGINE}
And Attach volume 0
And Wait for volume 0 healthy
Expand All @@ -52,8 +60,19 @@ DR Volume Node Reboot During Initial Restoration

DR Volume Node Reboot During Incremental Restoration
[Tags] manual longhorn-8425
[Documentation] Test DR volume node reboot
... During Incremental Restoration
[Documentation] Test DR volume node reboot During Incremental Restoration
... Create a pod with Longhorn volume.
... Write data to the volume and get the md5sum.
... Create the 1st backup for the volume.
... Create a DR volume from the backup.
... Wait for the DR volume to complete the initial restore.
... Write more data to the original volume and get the md5sum.
... Create the 2nd backup for the volume.
... Wait for the DR volume incremental restore getting triggered.
... Then reboot the DR volume attached node immediately.
... Wait for the DR volume detached then reattached.
... Wait for the DR volume restore complete after the reattachment.
... Activate the DR volume and check the data md5sum.
Given Create volume 0 with dataEngine=${DATA_ENGINE}
And Attach volume 0
And Wait for volume 0 healthy
Expand Down

0 comments on commit 548668d

Please sign in to comment.