mirror of
https://gitcode.com/JianFeeeee/ModelRouter.git
synced 2026-09-20 17:07:59 +00:00
WindowTokens buckets are whole unix hours, so a fixture built from raw offsets like "1 minute ago" landed in the previous hour bucket whenever the suite ran in the first minute of an hour — the 1h-window assertion then saw 0 tokens and failed. Anchor rows to hour boundaries instead (H-2 / H-1 / current bucket) and assert the exact current-bucket value; the suite is now deterministic for any run time.