Skip to content

Conversation

@vadimonus
Copy link
Contributor

@vadimonus vadimonus commented Nov 8, 2025

Currently integration tests with redis cluster are available only for queues. So such things as Cache or Broadcasting are not covered. This leads to situation, when new code is not checked to work with well with Redis Cluster.
The problem is revealed later when someone starts using the new functionality in redis-cluster environments, which are mostly some highload or enterprise environments with rare feedback. This leads to issues like #53940 , #56581 , #54522.

One suggestion I have is to move all Redis integration tests into a separate workflow. Here i'm am open to other ideas for organizing tests. Maybe it's better to create separate cache tests workflow.

In this PR redis and redis redis cluster queues tests are moved to separate workflow and united with cache tests. Cache integration tests previously was not executed in such configuration.

This allowed to identify some redis cache features that don't work correctly with Redis Cluster. For now, tests such features are skipped with Redis Cluster, to be uncommented later when compatibility is fixed (in #57714)

@github-actions
Copy link

github-actions bot commented Nov 8, 2025

Thanks for submitting a PR!

Note that draft PR's are not reviewed. If you would like a review, please mark your pull request as ready for review in the GitHub user interface.

Pull requests that are abandoned in draft may be closed due to inactivity.

@vadimonus vadimonus force-pushed the redis-cluster-integration-tests branch from 799f65c to cd50bfb Compare November 8, 2025 13:04
@vadimonus vadimonus changed the title Separate workflow for Redis integration tests [12.x] Separate workflow for Redis integration tests Nov 8, 2025
@vadimonus vadimonus force-pushed the redis-cluster-integration-tests branch 6 times, most recently from 0062840 to 3b6df2e Compare November 8, 2025 14:36
@vadimonus vadimonus marked this pull request as ready for review November 8, 2025 18:04
@vadimonus vadimonus marked this pull request as draft November 8, 2025 18:51
@vadimonus vadimonus force-pushed the redis-cluster-integration-tests branch from 3b6df2e to 8dd375a Compare November 8, 2025 19:00
@vadimonus vadimonus marked this pull request as ready for review November 8, 2025 19:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant