Skip to content

Stabilize startup handoff watch test - #5027

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

Stabilize startup handoff watch test#5027
Widthdom merged 1 commit into
mainfrom
fix-issue4939

Conversation

@Widthdom

@Widthdom Widthdom commented Aug 1, 2026

Copy link
Copy Markdown
Owner

Summary

  • verify startup-handoff reconciliation at the watch readiness boundary
  • accept the equivalent transcript where the baseline rescan already observed the queued mutation
  • document the bilingual fixture contract and add the changelog fragment

Validation

  • dotnet test tests/CodeIndex.Tests/CodeIndex.Tests.csproj --no-restore --filter "FullyQualifiedName~RunCore_StartupHandoff_ReconcilesMutationAndDrainsBeforeReady_Issue4594" -p:UseSharedCompilation=false (net8.0 / net9.0)
  • three concurrent --no-build multi-target targeted runs (6/6 passed)
  • dotnet run --project tools/CodeIndex.Changelog -- check
  • dotnet build CodeIndex.sln -c Release --no-restore -p:UseSharedCompilation=false
  • dotnet test --no-restore -p:UseSharedCompilation=false (net8.0: 11,085 passed, 7 skipped; net9.0: 10,611 passed, 420 skipped)
  • dotnet ./src/CodeIndex/bin/Debug/net8.0/cdidx.dll status --check --json
  • Codex adversarial review: no blocking or actionable findings

Documentation and changelog

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

Follow-up candidates

None.

Fixes #4939

@Widthdom
Widthdom marked this pull request as ready for review August 1, 2026 15:31
@Widthdom
Widthdom merged commit f43b723 into main Aug 1, 2026
11 checks passed
@Widthdom
Widthdom deleted the fix-issue4939 branch August 1, 2026 15:31
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.

Stabilize startup-handoff watch test under parallel full-suite load

1 participant