-
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.
Browse files
Browse the repository at this point in the history
115048: roachtest : add --use-spot option r=BabuSrithar a=BabuSrithar This options enables use of SpotVM to run tests, If the provider does not support spotVM, it will be ignored Epic: none Release note: None 115558: tabledesc: validate that primary key columns are not stored in an index r=Xiang-Gu a=Xiang-Gu Fixes #115293 Previously, we encountered bugs (#115214) that lead to corrupted index descriptor where it stores a primary key column. This commit added a validation logic to ensure such corruption is caught. Release note: None 116226: kvserver: skip swap voters with non-voters under deadlock r=arulajmani a=kvoli Liveness heartbeats may fail under deadlock builds with large test clusters, causing the test to time out waiting for suspect stores to become eligible targets. Skip `TestReplicateQueueSwapVotersWithNonVoters` under deadlock builds. Release note: None Resolves: #116225 116283: bazel: upgrade `rules_go` to v0.43 r=rail,dt a=rickystewart Also update core dependencies that must be updated for the new `rules_go` version. Informs #99988 Epic: none Release note: None 116285: roachtest: move admission control to storage team r=nicktrav,aadityasondhi a=kvoli Storage now owns AC. Update the `TEAMS.yaml` so roachtest failures are filed under `T-storage`, instead of `T-kv`. Epic: none Release note: None Co-authored-by: babusrithar <[email protected]> Co-authored-by: Xiang Gu <[email protected]> Co-authored-by: Austen McClernon <[email protected]> Co-authored-by: Ricky Stewart <[email protected]>
- Loading branch information
Showing
19 changed files
with
316 additions
and
84 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
Oops, something went wrong.