RUN  v4.1.1 /Users/sawyerhood/.bb-machines/bee.getbb.app/checkouts/bb/.claude/worktrees/wf_21e66a79-f02-17/apps/server stdout | test/public/repro-2066-timeline-cache-retention.test.ts > #2066 timeline cache retains superseded revisions > keeps one resident response per appended event for the same request shape [2066] first-response bytes=24859 rows(last)=152 rounds=150 cache.size=128 ❯  @bb/server:isolated  test/public/repro-2066-timeline-cache-retention.test.ts (1 test | 1 failed) 407ms  × keeps one resident response per appended event for the same request shape 407ms ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 1 ⎯⎯⎯⎯⎯⎯⎯  FAIL   @bb/server:isolated  test/public/repro-2066-timeline-cache-retention.test.ts > #2066 timeline cache retains superseded revisions > keeps one resident response per appended event for the same request shape AssertionError: expected 128 to be 1 // Object.is equality - Expected + Received - 1 + 128  ❯ test/public/repro-2066-timeline-cache-retention.test.ts:144:26 142| `[2066] first-response bytes=${first.bytes} rows(last)=${lastR… 143| ); 144| expect(cache.size).toBe(1);  | ^ 145| }); 146| });  ❯ Module.withTestHarness test/helpers/test-app.ts:283:12  ❯ test/public/repro-2066-timeline-cache-retention.test.ts:54:5 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/1]⎯  Test Files  1 failed (1)  Tests  1 failed (1)  Start at  08:59:47  Duration  3.80s (transform 1.81s, setup 0ms, import 3.24s, tests 407ms, environment 0ms)