Skip to content

Prune generated outputs from LocalJsonl source guard - #5152

Merged
Widthdom merged 3 commits into
mainfrom
fix-issue5142
Aug 22, 2026
Merged

Prune generated outputs from LocalJsonl source guard#5152
Widthdom merged 3 commits into
mainfrom
fix-issue5142

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

  • prune bin and obj directories before the LocalJsonl repository source guard enumerates their descendants
  • add deterministic traversal-seam coverage that preserves exhaustive enumeration of intended C# source files
  • document the parallel-test contract in both English and Japanese

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -f net8.0 --no-restore -p:UseSharedCompilation=false --filter FullyQualifiedName~LocalJsonlJsonWriterOptionsTests --logger "console;verbosity=minimal"
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -f net9.0 --no-restore -m:1 -p:UseSharedCompilation=false --filter FullyQualifiedName~LocalJsonlJsonWriterOptionsTests --logger "console;verbosity=minimal"
  • dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false --no-restore --logger "console;verbosity=minimal"
    • net8.0: 11,760 passed, 7 skipped, 0 failed
    • net9.0: 11,281 passed, 423 skipped, 0 failed
  • dotnet build CodeIndex.sln -c Release --no-restore -m:1 -p:UseSharedCompilation=false
  • dotnet format CodeIndex.sln --verify-no-changes --no-restore
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • Codex adversarial review: No blocking/actionable issues found.

Documentation and changelog

  • updated the English and Japanese parallelism guidance in TESTING_GUIDE.md
  • added changelog.d/unreleased/5142.fixed.md

Follow-up candidates

  • None.

Fixes #5142

@Widthdom
Widthdom merged commit b6f5f27 into main Aug 22, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue5142 branch August 22, 2026 13:18
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.

LocalJsonl source guard can cross parallel unreadable test markers

1 participant