Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
75587: kvserver: de-flake TestRangefeedCheckpointsRecoverFromLeaseExpiration r=irfansharif a=irfansharif Fixes #75098. We didn't account for a possibly stale distsender cache earlier, misrouting the LeaseInfo request to the last known leaseholder. By providing a hint with the new leaseholder, we were also making an assertion on cache freshness. We skip the hint and do just what the test wants -- ensuring a lease renewal. Repro-ed within seconds before this commit: dev test pkg/kv/kvserver \ -f TestRangefeedCheckpointsRecoverFromLeaseExpiration --stress Release note: None Co-authored-by: irfan sharif <irfanmahmoudsharif@gmail.com>
- Loading branch information