-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
121133: sql_test: deflake TestIndexBackfillFractionTracking r=miraradeva a=miraradeva TestIndexBackfillFractionTracking performs some splits, followed by index backfills. When running under race, the lease of the RHS, installed by the split, can expire and cause the `no valid lease` error. This patch uses `FindRangeLeaseEx` instead of `FindRangeLeaseHolder` to find the lease; the former doesn't check the validity of the lease; instead it returns a timestamp from a node's clock. We've seen this before in #9721. Fixes: #120627 Release note: None 121145: githooks: don't require matching `.git` in `pre-push` hook r=dt,jlinder a=rickystewart This never triggered for me because my remote doesn't have the `.git` suffix (it's not required). This should help it kick in more. Epic: none Part of: DEVINF-1082 Release note: None Co-authored-by: Mira Radeva <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
4 changed files
with
19 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters