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
test(assets): resolve the refresh before the stale loadMore in race tests
Two of the flat-output race tests resolved the loadMore before the refresh.
In that ordering a successful refresh overwrites every piece of state the
stale page touched, so both tests passed with the epoch guard removed and
proved nothing about it.
Flip both to resolve the refresh first, where the stale continuation lands
on an already-reset list, and retarget the first test's assertion to the
offset (observed via the next request's `offset` argument) so it covers the
double-advance axis rather than duplicating the sibling test's list check.
Removing the epoch guard now fails all four guard tests; previously two.
0 commit comments