Rename maintenance events to maintenance notifications. by petyaslavova · Pull Request #3777 · redis/redis-py (original) (raw)

Pull Request Overview

This PR renames "maintenance events" to "maintenance notifications" throughout the codebase to better reflect that these are notifications about maintenance activities rather than the events themselves.

Key changes:

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.

Show a summary per file

File Description
tests/test_scenario/test_hitless_upgrade.py Updated test fixtures and variable names to use maintenance notifications terminology
tests/test_scenario/conftest.py Renamed configuration helper functions and parameters to use notifications terminology
tests/test_maintenance_events_handling.py Comprehensive rename of test class names, methods, and variables from events to notifications
tests/test_maintenance_events.py Updated test classes and methods to use notification terminology throughout
redis/maintenance_events.py Core rename of classes, methods, and configuration from events to notifications
redis/connection.py Updated connection handling code to use notifications terminology and relaxed_timeout
redis/client.py Updated Redis client to use maint_notifications_config parameter
redis/_parsers/base.py Updated parser mapping and method names to use notifications terminology

Comments suppressed due to low confidence (3)

tests/test_scenario/conftest.py:1

tests/test_maintenance_events_handling.py:1

tests/test_maintenance_events_handling.py:1


Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.