Skip to content

Commit e4a8646

Browse files
Update tests/test_maintenance_events_handling.py
Co-authored-by: Copilot <[email protected]>
1 parent 058be2c commit e4a8646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_maintenance_events_handling.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1431,7 +1431,8 @@ def worker(idx):
14311431
def test_moving_migrating_migrated_moved_state_transitions(self, pool_class):
14321432
"""
14331433
Test moving configs are not lost if the per connection events get picked up after moving is handled.
1434-
MOVING → MIGRATING → MIGRATED → FAILING_OVER → FAILED_OVER → MOVED
1434+
Sequence of events: MOVING, MIGRATING, MIGRATED, FAILING_OVER, FAILED_OVER, MOVED.
1435+
Note: FAILING_OVER and FAILED_OVER events do not change the connection state when already in MOVING state.
14351436
Checks the state after each event for all connections and for new connections created during each state.
14361437
"""
14371438
# Setup

0 commit comments

Comments
 (0)