jackwener/maka-agent

test(runtime-host): UDS session-branch tests exceed the 5 s shutdown deadline under CI load

開放

#2,295 建立於 2026年8月6日

 (1 則留言) (0 個反應) (0 位負責人)TypeScript (0 個分叉)github user discovery
good first issue

倉庫指標

星標
 (1 顆星)
PR 合併指標
 (PR 指標待抓取)

描述

Tests: two UDS Clients share stable Session creation, CAS configuration, and catalog continuity and two UDS Clients share exact retryable Session branch and revision authority (packages/runtime-host)

Failure mode:

AggregateError: Runtime Host shutdown did not cleanly close every resource
  AggregateError: Unable to close Runtime Host execution composition

Both tests time out at ~5.5 s and fail with shutdown resource-close errors.

Observed: #2279 and #2270 test_runtime_host; both passed on rerun. Unrelated to the dependency changes under test — also seen on a @types/node-only PR.

Suggested fix: extend the deadline or make the close sequence report progress; investigate whether shutdown stalls on a specific resource under load.

貢獻者指南