Skip to content

Make extraction gate concurrency tests awaitable - #3046

Merged
Chris0Jeky merged 1 commit into
mainfrom
codex/2993-async-extraction-test
Sep 12, 2026
Merged

Chris0Jeky merged 1 commit into
mainfrom
codex/2993-async-extraction-test

Conversation

@Chris0Jeky

@Chris0Jeky Chris0Jeky commented Sep 12, 2026

Copy link
Copy Markdown
Owner

Fix extraction-gate test starvation under Windows CI by making saturation and cancellation coordination awaitable. TaskCompletionSource signals use asynchronous continuations so admitted extractor calls do not block pool threads, while preserving the cap, rejection, permit-return and cancellation assertions.

Validation at head 5e3e230ab2f250772ec33e3630c325b549ad8dbb, base f0eb7a336:

  • Focused ArtefactExtractionGateTests: five consecutive runs, six passing tests each.
  • dotnet test backend/Taskdeck.sln -c Release -m:1 --disable-build-servers: 9,559 passed, 34 existing skips, zero failures. Domain 1,676; Application 4,428; API 3,177 / 4 skipped; CLI 243; Architecture 28 / 1 skipped; Integration 7 / 29 skipped.
  • Fresh-context independent review: clean. Existing unrelated compiler warnings and environment-gated skips remain.

Only the extraction test file changes. No product behavior or canonical-state change, so no docs update is needed. Human actions remain in OUTSTANDING_TASKS.md.

Closes #2993.

@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 12, 2026

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review Completed 2026-09-12T14:39:43.908615Z 5e3e230 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@Chris0Jeky

Copy link
Copy Markdown
Owner Author

Delivery is coordinated through integration PR #3050, which preserves this PR's exact source head and commits. It qualifies all reviewed product slices against main1931da65d after the Smart CI repair; no source merge-resolution changes were required. Local source evidence remains scoped to its recorded head, and the integration's hosted checks and bounded interaction review qualify the combined delivery. Existing review feedback is triaged once; this source PR will be reconciled after the integration lands.

@Chris0Jeky
Chris0Jeky merged commit dfe0a21 into main Sep 12, 2026
38 checks passed
@Chris0Jeky
Chris0Jeky deleted the codex/2993-async-extraction-test branch September 12, 2026 16:24
@github-project-automation github-project-automation Bot moved this from Review to Done in Taskdeck Execution Sep 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

[Testing][Backend] ArtefactExtractionGateTests saturation entry latch is thread-pool-injection sensitive on windows-latest

1 participant