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
153982: backup: remove metamorphic backup manifest read r=jeffswenson a=msbutler
Epic: none
Release note: none
154055: tree: generate a random tuple type in TestStringConcat r=jeffswenson a=jeffswenson
Previously, TestStringConcat was using the AnyTuple type to generate a randum datum. `AnyTuple` is not a real type that can be assigned to a value. Rather its a sentinel type used to represent any type that is a tuple.
This worked before PR #153789, because randgen would pick random datums and then generate a new tuple type that matches the datums. But that behavior was broken for `NULL` values and did not match the behavior of the value decoder.
Release note: none
Fixes: #153789
154174: update: bump descriptor versions during repair r=fqazi a=fqazi
Previously, the post deserialization repair incorrectly wrote the descriptors at the exact same version. While the leasing manager will tolerate this for non-historical descriptors, any historical queries can end up failing after the first upgrade. This patch adds a version bump when running post deserialization changes to avoid these issues.
Fixes: #153358
Release note: None
Co-authored-by: Michael Butler <[email protected]>
Co-authored-by: Jeff Swenson <[email protected]>
Co-authored-by: Faizan Qazi <[email protected]>
0 commit comments