Skip to content

The bridge-store list-status test runs on a fixed clock, not the wall clock (#1332) - #1715

Merged
suleimansh merged 1 commit into
mainfrom
1332-bridge-store-test-clock
Aug 26, 2026
Merged

The bridge-store list-status test runs on a fixed clock, not the wall clock (#1332)#1715
suleimansh merged 1 commit into
mainfrom
1332-bridge-store-test-clock

Conversation

@suleimansh

Copy link
Copy Markdown
Contributor

bridge-store.test.ts's "claude.ai's list saying a session awaits input makes it waiting…" test recorded a status stamped 2026-08-25T18:00Z and asked waiting() with the default wall-clock now. waiting() counts a list status only within CLOUD_SESSION_WINDOW_MS (12 h), so since 2026-08-26 06:00 UTC the test fails everywhere — seen first on #1714's CI, reproduced locally on main. The sibling test in the same file already passes a fixed now; this one now does too. No code change.

🤖 automated · Fable 5, effort high

… clock (#1332)

`waiting()` counts a list status only within the twelve-hour session window. The test
recorded a status stamped 2026-08-25T18:00Z and asked `waiting()` with the default `now`,
so from 2026-08-26T06:00Z on it failed on every machine — CI on main and on any PR. The
sibling test already passes a `now`; this one does too.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
@suleimansh
suleimansh merged commit ae0d065 into main Aug 26, 2026
2 checks passed
@suleimansh
suleimansh deleted the 1332-bridge-store-test-clock branch August 26, 2026 09:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant