RUN v4.1.1 /Users/sawyerhood/.bb-machines/bee.getbb.app/checkouts/bb/.claude/worktrees/wf_21e66a79-f02-23/apps/server ❯ @bb/server test/services/threads/repro-2066-unit.test.ts (2 tests | 2 failed) 4ms × replaces the previous revision of the same request shape 3ms × is bounded only by the global LRU for a single streaming thread 1ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL @bb/server test/services/threads/repro-2066-unit.test.ts > #2066 unit > replaces the previous revision of the same request shape AssertionError: expected 2 to be 1 // Object.is equality - Expected + Received - 1 + 2 ❯ test/services/threads/repro-2066-unit.test.ts:68:24 66| ); 67| // Expected 1 (only maxSeq 11 is reachable). Actual on fcada5a3b: … 68| expect(cache.size).toBe(1); | ^ 69| }); 70| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL @bb/server test/services/threads/repro-2066-unit.test.ts > #2066 unit > is bounded only by the global LRU for a single streaming thread AssertionError: expected 128 to be 1 // Object.is equality - Expected + Received - 1 + 128 ❯ test/services/threads/repro-2066-unit.test.ts:79:24 77| } 78| // Expected 1. Actual on fcada5a3b: 128 (DEFAULT_MAX_ENTRIES). 79| expect(cache.size).toBe(1); | ^ 80| }); 81| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯ Test Files 1 failed (1) Tests 2 failed (2) Start at 09:38:39 Duration 82ms (transform 12ms, setup 0ms, import 17ms, tests 4ms, environment 0ms)