-
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.
37673: roachtest: skip kv/gracefuldraining r=nvanbenschoten a=tbg I should've done this a long time ago, it's been flaky for five months and failed approximately 120 times (i.e. most of the time). See #33501 (comment) Release note: None 37689: partitionccl: error instead of panic for an invalid partitioning r=justinj,jordanlewis a=danhhz If a PARTITION BY LIST both didn't match the column names in the index being partitioned and also tried to partition by more columns than were in the index, we previously panic'd when constructing the error. Closes #37682 Release note (bug fix): Fixed a panic when construting the error message for an invalid partitioning. Co-authored-by: Tobias Schottdorf <[email protected]> Co-authored-by: Daniel Harrison <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
1 deletion.
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