Skip to content

Commit

Permalink
Add skeleton for test_engine_crash_during_live_upgrade
Browse files Browse the repository at this point in the history
ref: 7859

Signed-off-by: Chris <[email protected]>
  • Loading branch information
chriscchien committed Feb 6, 2024
1 parent 607cc88 commit a0fee41
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manager/integration/tests/test_engine_upgrade.py
Original file line number Diff line number Diff line change
Expand Up @@ -1196,3 +1196,16 @@ def test_engine_live_upgrade_while_replica_concurrent_rebuild(client, # NOQA
for replica in volume2.replicas:
assert replica.image == engine_upgrade_image
assert replica.currentImage == engine_upgrade_image

@pytest.mark.skip(reason="TODO") # NOQA
def test_engine_crash_during_live_upgrade():
"""
1. Create and attach a volume.
2. Deploy an extra engine image.
3. Send live upgrade request then immediately delete the related engine
manager pod/engine process (The new replicas are not in active in this
case).
4. Verify the volume will detach then reattach automatically.
5. Verify the upgrade is done during the reattachment.
(It actually becomes offline upgrade.)
"""

0 comments on commit a0fee41

Please sign in to comment.