RUN v4.1.1 /tmp/bb-report-2533-revise-UitD93/apps/app × |@bb/app| src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts > sidebar bootstrap startup policy > keeps retrying transport errors after the generic read budget ends 4ms → expected false to be true // Object.is equality × |@bb/app| src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts > sidebar bootstrap startup policy > retries a temporary server warm-up response 1ms → expected false to be true // Object.is equality ⎯⎯⎯⎯⎯⎯⎯ Failed Tests 2 ⎯⎯⎯⎯⎯⎯⎯ FAIL |@bb/app| src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts > sidebar bootstrap startup policy > keeps retrying transport errors after the generic read budget ends AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts:9:7 7| expect( 8| shouldRetryTransientReadQuery(2, new TypeError("Failed to fetch"… 9| ).toBe(true); | ^ 10| }); 11| ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[1/2]⎯ FAIL |@bb/app| src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts > sidebar bootstrap startup policy > retries a temporary server warm-up response AssertionError: expected false to be true // Object.is equality - Expected + Received - true + false ❯ src/hooks/queries/sidebar-bootstrap-startup.repro.test.ts:18:7 16| new HttpError({ status: 503, message: "Server is warming up" }… 17| ), 18| ).toBe(true); | ^ 19| }); 20| }); ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯[2/2]⎯ Test Files 1 failed (1) Tests 2 failed (2) Start at 17:53:41 Duration 1.37s (transform 736ms, setup 142ms, import 1.12s, tests 6ms, environment 0ms)