Keep capacity cancellation tests independent of implementation details

This commit is contained in:
2026-07-29 22:41:12 +00:00
parent e61ab700c7
commit be67707582
3 changed files with 26 additions and 98 deletions

View File

@@ -94,4 +94,7 @@ The [runner tests](../../internal/usecase/runner_test.go) own early admission,
lease lifetime, failure release, and shared initial/repair scheduling. The
[external package capacity tests](../../capacity_contract_test.go) own the
assembled public-engine behavior for configured limits, capacity errors,
endpoint identity, engine independence, cancellation, and injected clients.
endpoint identity, engine independence, and injected clients. The
[root error-boundary tests](../../errors_internal_test.go) own preservation of
the public generation category and context identity when generation is
canceled.