Skip to content

Harden sample concurrency, cancellation, and failure handling - #351

Merged
cdcavell merged 5 commits into
mainfrom
issue_work
Sep 20, 2026
Merged

cdcavell merged 5 commits into
mainfrom
issue_work

Conversation

@cdcavell

Copy link
Copy Markdown
Contributor

Summary

  • replace blocking concurrency gates with asynchronous TaskCompletionSource coordination in capability and acknowledgment samples
  • propagate test cancellation tokens through concurrent gateway attempts
  • honor cancellation before handling or writing centralized error responses
  • prevent middleware samples from exposing exception messages to callers
  • classify cross-system executor failures into stable categories
  • record internal failure diagnostics through ActivitySource and tracing without leaking exception details across the gateway boundary
  • document Release configuration as the preferred repository test mode

Validation

  • Release build passed
  • all 300 sample tests passed
  • 0 failed
  • 0 skipped

@cdcavell
cdcavell merged commit b3878ba into main Sep 20, 2026
13 checks passed
@cdcavell
cdcavell deleted the issue_work branch September 20, 2026 02:58
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.

1 participant