Skip to content

Add exact-zero regression coverage for graph count helpers - #132

Merged
Widthdom merged 1 commit into
mainfrom
codex/issue-119-exact-zero-count-probes
Apr 14, 2026
Merged

Add exact-zero regression coverage for graph count helpers#132
Widthdom merged 1 commit into
mainfrom
codex/issue-119-exact-zero-count-probes

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • add focused exact-zero regression tests for references, callers, and callees
  • verify relaxed count helpers respect the caller's --limit in zero-result exact-match flows
  • verify exact-zero sample names stay capped at 5 entries
  • verify no exact_zero_hint is emitted when the relaxed graph query still returns zero hits
  • stamp graph readiness in the test fixture so the graph exact-zero path is exercised directly

Closes #119.

Test plan

  • dotnet build
  • dotnet test --filter QueryCommandRunnerTests
  • dotnet test
  • rebuild and refresh the local index with dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll . --json

@Widthdom
Widthdom merged commit 3542712 into main Apr 14, 2026
6 checks passed
@Widthdom
Widthdom deleted the codex/issue-119-exact-zero-count-probes branch April 14, 2026 10:28
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.

Add dedicated exact-zero probe regression tests for count helpers

1 participant