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
107457: ui: increase hot ranges page timeout r=zachlite a=zachlite
This commit increases the hot ranges request timeout to 30 minutes for both the initial fetch and the refresh.
Informs #cockroachdb#104269
Epic: none
Release note (bug fix): The timeout duration when loading the
Hot Ranges page has been increased to 30 minutes.
107468: kv: implement errors.Wrapper on sendError, deflake test r=knz a=nvanbenschoten
Fixescockroachdb#107353.
This commit makes `sendError` implement the `errors.Wrapper` interface. This deflakes `TestDefaultConnectionDisruptionDoesNotInterfereWithSystemTraffic`, which was expecting a call to `require.ErrorIs` to find a `context.DeadlineExceeded` in an error chain that included a `sendError`.
Release note: None
Co-authored-by: zachlite <[email protected]>
Co-authored-by: Nathan VanBenschoten <[email protected]>
0 commit comments