Conversation
- fix versioning snafu re m03 reporting 8.7.226 - make it easier to edit the CI files from the sln
🛡️ Jit Security Scan Results✅ No security findings were detected in this PR
Security scan by Jit
|
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 84bacb9. Configure here.
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.

Note
Low Risk
Changes are limited to CI/docker configuration and test-only version checks, with no impact on production library code. Main risk is CI flakiness if the pinned
8.8-m03image behavior diverges from expectations.Overview
Updates the docker-based integration test setup to use
redislabs/client-libs-test:8.8-m03(including.env.v8.8and defaultdocker-compose.yml), aligning CI with the Redis 8.8 milestone image.Adjusts test version gating for Redis 8.8 by introducing
ServerVersion.Redis_8_8 = 8.7.226and adding anEndpointsFixture.IsAtLeast(Version)overload, then switching several tests to use this constant for feature/behavior expectations.Adds lightweight
NoTargets“hub” projects (.github/ci.csproj,tests/dockers/dockers.csproj) and wires them intoNRedisStack.slnto make CI/docker files easier to edit from the solution.Reviewed by Cursor Bugbot for commit 84bacb9. Bugbot is set up for automated code reviews on this repo. Configure here.