test: server compatibility matrix — redis 6/7, valkey 8/9 - #13
Merged
Conversation
Owner
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
This was referenced Jul 12, 2026
sderrow
force-pushed
the
sean/remove-submit
branch
from
July 12, 2026 04:13
8a3f613 to
e0755c2
Compare
sderrow
force-pushed
the
sean/cluster-matrix
branch
from
July 12, 2026 04:13
8a81dfb to
1ef2edc
Compare
sderrow
marked this pull request as ready for review
July 12, 2026 04:15
sderrow
force-pushed
the
sean/cluster-matrix
branch
from
July 12, 2026 04:23
1ef2edc to
9716551
Compare
sderrow
force-pushed
the
sean/remove-submit
branch
from
July 12, 2026 04:23
e0755c2 to
135da4a
Compare
sderrow
force-pushed
the
sean/cluster-matrix
branch
from
July 12, 2026 04:31
9716551 to
c46e6d0
Compare
sderrow
force-pushed
the
graphite-base/13
branch
from
July 12, 2026 04:31
135da4a to
21fe3b8
Compare
sderrow
force-pushed
the
sean/cluster-matrix
branch
from
July 12, 2026 04:32
c46e6d0 to
42fb2af
Compare
sderrow
force-pushed
the
sean/cluster-matrix
branch
from
July 12, 2026 04:42
42fb2af to
a706bab
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

The testcontainers image is parameterized via
REDIS_IMAGE. Localpnpm testdefaults to the newest supported image (valkey 9) for a fast single-version loop; CI runs acluster-matrixjob covering the redis-backed projects against all four images, while the base test job covers the redis-free projects with no container at all — each project runs exactly once per dimension that matters to it.