You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests(core): Fix flaky metric sequence number test (#19754)
Mock `timestampInSeconds` in the "increments the sequence number across
consecutive metrics" test to return a fixed value. The test was flaky
because consecutive calls could land on different milliseconds, causing
the sequence counter to reset unexpectedly.
Closes#19749
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments