-
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.
65639: sql: deflake and unskip TestDistSQLDeadHosts r=rytaft a=rytaft This commit deflakes and unskips `TestDistSQLDeadHosts`. It ensures that the test never hangs due to unavailable ranges and allows the leaseholder of a range to relocate to either of its replicas when the original node dies. Fixes #49843 Release note: None 65643: jobs: use low-priority transactions for claim, adopt, cancel/pause r=ajwerner a=ajwerner These transactions can be slow and long-running and they hold locks. This is unfortunate for UX reasons. Fixes #65077. Release note: (bug fix): Improved availability of jobs table for reads in large, global clusters by running background tasks at low priority. 65657: TEAMS: update KV triage column ID r=erikgrinaker a=tbg This sets the column ID to that of the "Roachtest/Unit Test Backlog" column, which is where we want all test flakes to end up. Release note: None 65658: kv: massage IsExpectedRebalanceError r=knz a=tbg The error that would bubble up when a raft group got deleted has changed slightly, likely as a result of #62719. Fixes #65546. Release note: None Co-authored-by: Rebecca Taft <[email protected]> Co-authored-by: Andrew Werner <[email protected]> Co-authored-by: Tobias Grieger <[email protected]>
- Loading branch information
Showing
5 changed files
with
59 additions
and
24 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
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