Skip to content

Fix CI - updated FT.INFO changes vector_index_sz_mb#503

Open
mgravell wants to merge 1 commit into
masterfrom
marc/fix-CI
Open

Fix CI - updated FT.INFO changes vector_index_sz_mb#503
mgravell wants to merge 1 commit into
masterfrom
marc/fix-CI

Conversation

@mgravell

@mgravell mgravell commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator

This value is no longer zero, so the test expectation changes; to avoid version hell, just log for now


Note

Low Risk
Test-only change with no production code; slightly weaker assertion coverage on that metric until a version-aware check is added.

Overview
Fixes CI failures after FT.INFO started reporting a non-zero vector_index_sz_mb (VectorIndexSzMebibytes) on recent Redis/RediSearch builds.

In four Alter / FT.INFO assertion blocks in SearchTests.cs (non-cluster branches), Assert.Equal(0, info.VectorIndexSzMebibytes) is replaced with log.WriteLine of the actual value, marked version-dependent, so tests no longer pin a value that varies by server version.

Reviewed by Cursor Bugbot for commit 3caa1b6. Bugbot is set up for automated code reviews on this repo. Configure here.

@jit-ci

jit-ci Bot commented Jun 9, 2026

Copy link
Copy Markdown

🛡️ Jit Security Scan Results

CRITICAL HIGH MEDIUM

✅ No security findings were detected in this PR


Security scan by Jit

@mgravell

mgravell commented Jun 9, 2026

Copy link
Copy Markdown
Collaborator Author

This perceived server change may be reverted. I'm that case: we'll close this without merge.

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