Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test(robot): fix Test Migration Confirm for v2 volume #2224

Merged
merged 2 commits into from
Dec 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions e2e/keywords/migration.resource
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,3 @@ Get volume ${volume_id} engine and replica names
Volume ${volume_id} migration should fail or rollback
Volume ${volume_id} engine should be the same
Volume ${volume_id} replicas should be the same

Volume ${volume_id} migration should succeed
Volume ${volume_id} engine should be different
Volume ${volume_id} replicas should be different
3 changes: 1 addition & 2 deletions e2e/tests/regression/test_migration.robot
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ Test Migration Confirm
And Attach volume 0 to node 1
Then Wait for volume 0 migration to be ready
And Detach volume 0 from node 0
And Wait for volume 0 to migrate to node 1
And Volume 0 migration should succeed
And Wait for volume 0 to migrate to node 1
And Wait for volume 0 healthy
And Check volume 0 data is intact

Expand Down
Loading