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
153903: backup: move ContainsManifest to backup info r=jeffswenson a=msbutler
backup: use ContainsManifest in CheckForPreviousBackups
Epic: none
Release note: none
----
backup: move ContainsManifest to backupInfo package
Epic: none
Release note: none
153915: admission: remove unused grantKind r=tbg a=sumeerbhola
Epic: none
Release note: None
153920: asim: fix too small values for node_cpu_rate_capacity r=tbg a=wenyihu6
Epic: CRDB-49117
Release note: none
---
**asim: fix too small values for node_cpu_rate_capacity**
Previously, some node_cpu_rate_capacity values were too small, resulting in
reported node CPU capacities of ≈0 cores. This commit fixes the issue by
assigning larger values to node_cpu_rate_capacity in the asim set up.
153944: sem/eval: fix TestCastMap properly for AnyTuple r=yuzefovich a=yuzefovich
**Revert "randgen: fix recent regression in tuple generation"**
This reverts commit ed045f3.
**sem/eval: fix TestCastMap properly for AnyTuple**
`TestCastMap` iterates over `types.OidToType` map to find all
interesting pairs to perform the cast between. One of the representative
types in the map is `types.AnyTuple` that is actually not a valid
execution-time type (it's a wildcard used only during static analysis).
Previously we could crash in the test if we happen to pick a float value
as the element corresponding to the single Any type element (because
float width is 0 there). This commit fixes the test by effectively
"resolving" `AnyTuple` type to a concrete tuple type with a single
random type as the element.
Informs: #153805.
Epic: None
Release note: None
153945: kvserver: downgrade an Error log statement r=arulajmani a=tbg
Epic: none
Co-authored-by: Michael Butler <[email protected]>
Co-authored-by: sumeerbhola <[email protected]>
Co-authored-by: wenyihu6 <[email protected]>
Co-authored-by: Yahor Yuzefovich <[email protected]>
Co-authored-by: Tobias Grieger <[email protected]>
0 commit comments