Skip to content

Stabilize bounded regex consumer-break test - #5143

Merged
Widthdom merged 1 commit into
mainfrom
fix-issue5113
Aug 21, 2026
Merged

Stabilize bounded regex consumer-break test#5143
Widthdom merged 1 commit into
mainfrom
fix-issue5113

Conversation

@Widthdom

Copy link
Copy Markdown
Owner

Summary

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false --filter FullyQualifiedName~BoundedRegexTests.EnumerateMatches_StaticPatternCustomTimeout_StopsAfterConsumerBreak (net8.0 and net9.0: 1 passed each)
  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj -c Release -p:UseSharedCompilation=false --no-restore --filter FullyQualifiedName~CodeIndex.Tests.BoundedRegexTests (net8.0 and net9.0: 23 passed each)
  • dotnet test CodeIndex.sln -c Release -p:UseSharedCompilation=false --no-restore --no-build --logger "console;verbosity=minimal" (net8.0: 11,738 passed, 7 skipped; net9.0: 11,259 passed, 423 skipped; 0 failed)
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln -p:UseSharedCompilation=false -m:1
  • root and workspace index checks both healthy after the post-commit --commits refresh
  • Codex adversarial review: no blocking/actionable diff findings

Documentation and changelog

  • updated the English and Japanese sections of TESTING_GUIDE.md
  • added changelog.d/unreleased/5113.fixed.md

Follow-up candidates

Fixes #5113

@Widthdom
Widthdom marked this pull request as ready for review August 21, 2026 18:17
@Widthdom
Widthdom merged commit 008f03d into main Aug 21, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue5113 branch August 21, 2026 18:17
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.

BoundedRegex consumer-break test can flake during the full parallel suite

1 participant