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
141735: sql: enable tenant testing for zone tests r=rafiss a=shubhamdhama
`` sql: enable tenant testing for `zone_test.go` ``
Updating `TestValidSetShowZones` to use
`createTestServerParamsAllowTenants` instead of `createTestServerParams`
required some investigation. It turned out simpler than expected. Zone
settings for meta ranges aren't supported for secondary tenants, so this
change simply exclude them from setup and validating.
Informs: #140446
Epic: CRDB-48357
Release note: None
`` sql: enable tenant testing for `zone_config_test` ``
Since `GetSpanConfigForKey` is only available in system tenant, it is not
used when running under secondary tenants.
142684: changefeedccl: optimize enriched source provider r=andyyang890 a=asg0451
Optimize enriched source provider by avoiding unnecessary
allocations and json construction.
Fixes: #141798
Release note: None
142836: kvserver: deflake TestLeasePreferencesDuringOutage r=kvoli a=arulajmani
There was a race here, when heartbeating node liveness epochs, where another node could increment our epoch. This patch retries in such situations.
Fixes#142795
Release note: None
Co-authored-by: Shubham Dhama <[email protected]>
Co-authored-by: Miles Frankel <[email protected]>
Co-authored-by: Arul Ajmani <[email protected]>
0 commit comments